#E9DAED

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

Shades of Selago #E9DAED

Tints of Selago #E9DAED

Color information

#E9DAED (or 0xE9DAED) is unknown color: approx Selago. HEX triplet: E9, DA and ED. RGB value is (233,218,237). Sum of RGB (Red+Green+Blue) = 233+218+237=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAED is #162512. Grayscale: #E0E0E0. Windows color (decimal): -1451283 or 15588073. OLE color: 15588073.

HSL color Cylindrical-coordinate representation of color #E9DAED: hue angle of 287.37º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DAED is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233218237-
CMYK0.020.0800.07
HSL287.37º34.55%89.22%-
HSV(B)287.37º8.02%92.94%-
XYZ73.9673.5890.43-
YUV224.65134.97133.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.87%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=33.87%
G=31.69%
B=34.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332182370.020.0800.07287.3734.5589.22
HexE9DAED280711f2359
Octal3513323552100743743131
Binary11101001110110101110110110100001111000111111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAED; }

 p { color: rgb(233,218,237); }

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

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

 a { background-color: rgb(233,218,237); }

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

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

 span { border-color: rgb(233,218,237); }

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