#DEECE5

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

Shades of White Ice #DEECE5

Tints of White Ice #DEECE5

Color information

#DEECE5 (or 0xDEECE5) is unknown color: approx White Ice. HEX triplet: DE, EC and E5. RGB value is (222,236,229). Sum of RGB (Red+Green+Blue) = 222+236+229=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECE5 is #21131A. Grayscale: #E7E7E7. Windows color (decimal): -2167579 or 15068382. OLE color: 15068382.

HSL color Cylindrical-coordinate representation of color #DEECE5: hue angle of 150º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEECE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB222236229-
CMYK0.0600.030.07
HSL150º26.92%89.8%-
HSV(B)150º5.93%92.55%-
XYZ74.2681.1885.88-
YUV231.02126.86121.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=32.31%
G=34.35%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362290.0600.030.0715026.9289.8
HexDEECE56037961b5a
Octal336354345603722633132
Binary11011110111011001110010111001111110010110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECE5; }

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

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

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

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

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

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

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

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