COLOR #E4DAF1

HEX: #E4DAF1
RGB: (228,218,241)

Renk bilgisi

#E4DAF1 contains red, green and blue colors in about the same proportion. #E4DAF1 ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E4DAF1 color RGB value is (228,218,241).

  • kırmız ton 228;
  • yeşil ton 218;
  • mavi ton 241.
RGB:
(228,218,241)
(89%,85%,95%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 218 of 255 = 85%
B 241 of 255 = 95%

228
218
241

R + G + B ~ 90%. #E4DAF1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 218 + 241 = 687 (100%)
R 228 of 687 ~ 33.19%
G 218 of 687 ~ 31.73%
B 241 of 687 ~ 35.08%

%33.19
%31.73
%35.08

CMYK RENK MODELİ

#E4DAF1 rengi CMYK tonu (5,10,0,5).

  • camgöbeği tonu 5.39%
  • eflatun tonu 9.54%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,10,0,5)
C5M10Y0K5 
(5%,10%,0%,5%)
(0.05/0.10/0.00/0.05)	

CMYK yüzdeleri

%5.39
%9.54
%0
%5.49

Codes

Color #E4DAF1 in popluar color models

E4DAF1
RGB228218241
HSL266°45.10%90.00%
HSB/HSV266°9.54%94.51%
CMYK5.39%9.54%0.00%
5.49%

Color #E4DAF1 in popluar number systems.

HEXE4DAF1
Decimal228218241
Binary111001001101101011110001
Octal344332361

Shades and tints

Shades of #E4DAF1

#E4DAF1
(228,218,241)
#D0C7DC
(208,199,220)
#BCB4C7
(188,180,199)
#A8A1B2
(168,161,178)
#948E9D
(148,142,157)
#807B88
(128,123,136)
#6C6873
(108,104,115)
#58555E
(88,85,94)
#444249
(68,66,73)
#302F34
(48,47,52)
#1C1C1F
(28,28,31)
#000000
(0,0,0)

Tints of #E4DAF1

#E4DAF1
(228,218,241)
#E6DDF2
(230,221,242)
#E8E0F3
(232,224,243)
#EAE3F4
(234,227,244)
#ECE6F5
(236,230,245)
#EEE9F6
(238,233,246)
#F0ECF7
(240,236,247)
#F2EFF8
(242,239,248)
#F4F2F9
(244,242,249)
#F6F5FA
(246,245,250)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DAF1 color. Also use rgb(228,218,241) instead hex code.

Text Font Color

.myTextColor { color: #E4DAF1; }

<p style="color:#E4DAF1">This sample text font color is #E4DAF1.</p>

This text font color is #E4DAF1.


Background Color

.myBgColor { background-color: #E4DAF1; }

<div style="background-color:#E4DAF1">Inner text</div>

This div background color is #E4DAF1.


Border color

.myBorderColor { border: 1px solid #E4DAF1; }

<div style="border:3px solid #E4DAF1">Div</div>

This div border color is #E4DAF1.


Opacity

.myOpacity80 { color: #E4DAF1; opacity: 0.8; }

<p style="color:#E4DAF1;opacity:0.8;">80%</p>

Text with #E4DAF1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E4DAF1;}

<p style="text-shadow: 3px 3px 1px #E4DAF1">Text here.</p>

This text has shadow with #E4DAF1 color.

.textShadow {text-shadow: 3px 3px 1px #E4DAF1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E4DAF1, 5px 5px 20px red">Text here.</p>

This text has shadow with #E4DAF1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4DAF1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E4DAF1, Direction=45, Strength=4)">Text</p>

This text has shadow with #E4DAF1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E4DAF1;
  -webkit-box-shadow:	1px 1px 3px 2px #E4DAF1;
  box-shadow:		1px 1px 3px 2px #E4DAF1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4DAF1;
-webkit-box-shadow: 1px 1px 3px 2px #E4DAF1;
box-shadow:1px 1px 3px 2px #E4DAF1;">
Div content here</div>
This div box has shadow with color #E4DAF1.

Preview

Color preview on black background

This text has color #E4DAF1 on black background.


Color preview on white background

This text has color #E4DAF1 on white background.



Black color preview on #E4DAF1 background

This text has black color on #E4DAF1 background.


White color preview on #E4DAF1 background

This text has white color on #E4DAF1 background.