#DEE9E8

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

Shades of Zircon #DEE9E8

Tints of Zircon #DEE9E8

Color information

#DEE9E8 (or 0xDEE9E8) is unknown color: approx Zircon. HEX triplet: DE, E9 and E8. RGB value is (222,233,232). Sum of RGB (Red+Green+Blue) = 222+233+232=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9E8 is #211617. Grayscale: #E5E5E5. Windows color (decimal): -2168344 or 15264222. OLE color: 15264222.

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

Color convert

RGB222233232-
CMYK0.0500.000.09
HSL174.55º20%89.22%-
HSV(B)174.55º4.72%91.37%-
XYZ73.8379.6387.82-
YUV229.6129.36122.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 233 (91.41% from 255) = 33.92%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=32.31%
G=33.92%
B=33.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222332320.0500.000.09174.552089.22
HexDEE9E85009af1459
Octal3363513505001125724131
Binary11011110111010011110100010100100110101111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9E8; }

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

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

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

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

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

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

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

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