#DEECE6

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

Shades of White Ice #DEECE6

Tints of White Ice #DEECE6

Color information

#DEECE6 (or 0xDEECE6) is unknown color: approx White Ice. HEX triplet: DE, EC and E6. RGB value is (222,236,230). Sum of RGB (Red+Green+Blue) = 222+236+230=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECE6 is #211319. Grayscale: #E7E7E7. Windows color (decimal): -2167578 or 15133918. OLE color: 15133918.

HSL color Cylindrical-coordinate representation of color #DEECE6: hue angle of 154.29º 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 #DEECE6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB222236230-
CMYK0.0600.030.07
HSL154.29º26.92%89.8%-
HSV(B)154.29º5.93%92.55%-
XYZ74.481.2386.62-
YUV231.13127.36121.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=32.27%
G=34.30%
B=33.43%

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
Decimal2222362300.0600.030.07154.2926.9289.8
HexDEECE660379a1b5a
Octal336354346603723233132
Binary11011110111011001110011011001111110011010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECE6; }

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

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

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

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

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

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

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

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