#DEE9E4

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

Shades of White Ice #DEE9E4

Tints of White Ice #DEE9E4

Color information

#DEE9E4 (or 0xDEE9E4) is unknown color: approx White Ice. HEX triplet: DE, E9 and E4. RGB value is (222,233,228). Sum of RGB (Red+Green+Blue) = 222+233+228=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9E4 is #21161B. Grayscale: #E5E5E5. Windows color (decimal): -2168348 or 15002078. OLE color: 15002078.

HSL color Cylindrical-coordinate representation of color #DEE9E4: hue angle of 152.73º 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 #DEE9E4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB222233228-
CMYK0.0500.020.09
HSL152.73º20%89.22%-
HSV(B)152.73º4.72%91.37%-
XYZ73.2779.4184.86-
YUV229.14127.36122.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 233 (91.41% from 255) = 34.11%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=32.50%
G=34.11%
B=33.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222332280.0500.020.09152.732089.22
HexDEE9E45029991459
Octal3363513445021123124131
Binary110111101110100111100100101010100110011001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9E4; }

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

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

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

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

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

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

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

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