#DECECC

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

Shades of Vanilla Ice #DECECC

Tints of Vanilla Ice #DECECC

Color information

#DECECC (or 0xDECECC) is unknown color: approx Vanilla Ice. HEX triplet: DE, CE and CC. RGB value is (222,206,204). Sum of RGB (Red+Green+Blue) = 222+206+204=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DECECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECECC is #213133. Grayscale: #D2D2D2. Windows color (decimal): -2175284 or 13422302. OLE color: 13422302.

HSL color Cylindrical-coordinate representation of color #DECECC: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECECC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222206204-
CMYK00.070.080.13
HSL6.67º21.43%83.53%-
HSV(B)6.67º8.11%87.06%-
XYZ63.0964.0366.16-
YUV210.56124.3136.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=35.13%
G=32.59%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220620400.070.080.136.6721.4383.53
HexDECECC078D71554
Octal336316314071015725124
Binary110111101100111011001100011110001101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECECC; }

 p { color: rgb(222,206,204); }

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

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

 a { background-color: rgb(222,206,204); }

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

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

 span { border-color: rgb(222,206,204); }

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