#E5DEE6

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

Shades of Selago #E5DEE6

Tints of Selago #E5DEE6

Color information

#E5DEE6 (or 0xE5DEE6) is unknown color: approx Selago. HEX triplet: E5, DE and E6. RGB value is (229,222,230). Sum of RGB (Red+Green+Blue) = 229+222+230=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEE6 is #1A2119. Grayscale: #E0E0E0. Windows color (decimal): -1712410 or 15130341. OLE color: 15130341.

HSL color Cylindrical-coordinate representation of color #E5DEE6: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DEE6 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229222230-
CMYK0.000.0300.10
HSL292.5º13.79%88.63%-
HSV(B)292.5º3.48%90.2%-
XYZ72.7274.6185.43-
YUV225130.82130.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.63%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 230 (90.23% from 255) = 33.77%
R=33.63%
G=32.60%
B=33.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292222300.000.0300.10292.513.7988.63
HexE5DEE6030A124e59
Octal3453363460301244416131
Binary1110010111011110111001100110101010010010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEE6; }

 p { color: rgb(229,222,230); }

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

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

 a { background-color: rgb(229,222,230); }

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

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

 span { border-color: rgb(229,222,230); }

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