#E6DEE8

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

Shades of Selago #E6DEE8

Tints of Selago #E6DEE8

Color information

#E6DEE8 (or 0xE6DEE8) is unknown color: approx Selago. HEX triplet: E6, DE and E8. RGB value is (230,222,232). Sum of RGB (Red+Green+Blue) = 230+222+232=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6DEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEE8 is #192117. Grayscale: #E1E1E1. Windows color (decimal): -1646872 or 15261414. OLE color: 15261414.

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

Color convert

RGB230222232-
CMYK0.010.0400.09
HSL288º17.86%89.02%-
HSV(B)288º4.31%90.98%-
XYZ73.3274.8986.94-
YUV225.53131.65131.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 232 (91.02% from 255) = 33.92%
R=33.63%
G=32.46%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302222320.010.0400.0928817.8689.02
HexE6DEE814091201259
Octal3463363501401144022131
Binary111001101101111011101000110001001100100000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEE8; }

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

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

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

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

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

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

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

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