#E5DAE8

Color #E5DAE8 Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #E5DAE8

Tints of Selago #E5DAE8

Color information

#E5DAE8 (or 0xE5DAE8) is unknown color: approx Selago. HEX triplet: E5, DA and E8. RGB value is (229,218,232). Sum of RGB (Red+Green+Blue) = 229+218+232=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAE8 is #1A2517. Grayscale: #DEDEDE. Windows color (decimal): -1713432 or 15260389. OLE color: 15260389.

HSL color Cylindrical-coordinate representation of color #E5DAE8: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5DAE8 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229218232-
CMYK0.010.0600.09
HSL287.14º23.33%88.24%-
HSV(B)287.14º6.03%90.98%-
XYZ71.9572.6386.57-
YUV222.89133.14132.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 33.73%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 232 (91.02% from 255) = 34.17%
R=33.73%
G=32.11%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292182320.010.0600.09287.1423.3388.24
HexE5DAE8160911f1758
Octal3453323501601143727130
Binary111001011101101011101000111001001100011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAE8; }

 p { color: rgb(229,218,232); }

 H1.HeaderClassName
 {
   color: #E5DAE8;
 }
 .AnyTagClassName
 {
   color: #E5DAE8;
 }
</style>
background-color css

<style>
 a { background-color: #E5DAE8; }

 a { background-color: rgb(229,218,232); }

 div.DivClassName
 {
   background-color: #E5DAE8;
 }
 .BgClassName
 {
   background-color: #E5DAE8;
 }
</style>
border-color css

<style>
 span { border-color: #E5DAE8; }

 span { border-color: rgb(229,218,232); }

 td.TdClassName
 {
   border-color: #E5DAE8;
 }
 .TagClassName
 {
   border-color: #E5DAE8;
 }
</style>