COLOR #E1DAEE

HEX: #E1DAEE
RGB: (225,218,238)

Renk bilgisi

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

RGB renk modeli

#E1DAEE color RGB value is (225,218,238).

  • kırmız ton 225;
  • yeşil ton 218;
  • mavi ton 238.
RGB:
(225,218,238)
(88%,85%,93%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 218 of 255 = 85%
B 238 of 255 = 93%

225
218
238

R + G + B ~ 89%. #E1DAEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 218 + 238 = 681 (100%)
R 225 of 681 ~ 33.04%
G 218 of 681 ~ 32.01%
B 238 of 681 ~ 34.95%

%33.04
%32.01
%34.95

CMYK RENK MODELİ

#E1DAEE rengi CMYK tonu (5,8,0,7).

  • camgöbeği tonu 5.46%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(5,8,0,7)
C5M8Y0K7 
(5%,8%,0%,7%)
(0.05/0.08/0.00/0.07)	

CMYK yüzdeleri

%5.46
%8.4
%0
%6.67

Codes

Color #E1DAEE in popluar color models

E1DAEE
RGB225218238
HSL261°37.04%89.41%
HSB/HSV261°8.40%93.33%
CMYK5.46%8.40%0.00%
6.67%

Color #E1DAEE in popluar number systems.

HEXE1DAEE
Decimal225218238
Binary111000011101101011101110
Octal341332356

Shades and tints

Shades of #E1DAEE

#E1DAEE
(225,218,238)
#CDC7D9
(205,199,217)
#B9B4C4
(185,180,196)
#A5A1AF
(165,161,175)
#918E9A
(145,142,154)
#7D7B85
(125,123,133)
#696870
(105,104,112)
#55555B
(85,85,91)
#414246
(65,66,70)
#2D2F31
(45,47,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #E1DAEE

#E1DAEE
(225,218,238)
#E3DDEF
(227,221,239)
#E5E0F0
(229,224,240)
#E7E3F1
(231,227,241)
#E9E6F2
(233,230,242)
#EBE9F3
(235,233,243)
#EDECF4
(237,236,244)
#EFEFF5
(239,239,245)
#F1F2F6
(241,242,246)
#F3F5F7
(243,245,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DAEE color. Also use rgb(225,218,238) instead hex code.

Text Font Color

.myTextColor { color: #E1DAEE; }

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

This text font color is #E1DAEE.


Background Color

.myBgColor { background-color: #E1DAEE; }

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

This div background color is #E1DAEE.


Border color

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

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

This div border color is #E1DAEE.


Opacity

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

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

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

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

This text has shadow with #E1DAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAEE on black background.


Color preview on white background

This text has color #E1DAEE on white background.



Black color preview on #E1DAEE background

This text has black color on #E1DAEE background.


White color preview on #E1DAEE background

This text has white color on #E1DAEE background.