COLOR #E5DAF1

HEX: #E5DAF1
RGB: (229,218,241)

Renk bilgisi

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

RGB renk modeli

#E5DAF1 color RGB value is (229,218,241).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 218 of 255 = 85%
B 241 of 255 = 95%

229
218
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 218 + 241 = 688 (100%)
R 229 of 688 ~ 33.28%
G 218 of 688 ~ 31.69%
B 241 of 688 ~ 35.03%

%33.28
%31.69
%35.03

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.98%
  • 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

%4.98
%9.54
%0
%5.49

Codes

Color #E5DAF1 in popluar color models

E5DAF1
RGB229218241
HSL269°45.10%90.00%
HSB/HSV269°9.54%94.51%
CMYK4.98%9.54%0.00%
5.49%

Color #E5DAF1 in popluar number systems.

HEXE5DAF1
Decimal229218241
Binary111001011101101011110001
Octal345332361

Shades and tints

Shades of #E5DAF1

#E5DAF1
(229,218,241)
#D1C7DC
(209,199,220)
#BDB4C7
(189,180,199)
#A9A1B2
(169,161,178)
#958E9D
(149,142,157)
#817B88
(129,123,136)
#6D6873
(109,104,115)
#59555E
(89,85,94)
#454249
(69,66,73)
#312F34
(49,47,52)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #E5DAF1

#E5DAF1
(229,218,241)
#E7DDF2
(231,221,242)
#E9E0F3
(233,224,243)
#EBE3F4
(235,227,244)
#EDE6F5
(237,230,245)
#EFE9F6
(239,233,246)
#F1ECF7
(241,236,247)
#F3EFF8
(243,239,248)
#F5F2F9
(245,242,249)
#F7F5FA
(247,245,250)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAF1; }

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

This text font color is #E5DAF1.


Background Color

.myBgColor { background-color: #E5DAF1; }

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

This div background color is #E5DAF1.


Border color

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

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

This div border color is #E5DAF1.


Opacity

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

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

Text with #E5DAF1 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 #E5DAF1;}

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

This text has shadow with #E5DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DAF1 on black background.


Color preview on white background

This text has color #E5DAF1 on white background.



Black color preview on #E5DAF1 background

This text has black color on #E5DAF1 background.


White color preview on #E5DAF1 background

This text has white color on #E5DAF1 background.