#DECECD

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

Shades of Vanilla Ice #DECECD

Tints of Vanilla Ice #DECECD

Color information

#DECECD (or 0xDECECD) is unknown color: approx Vanilla Ice. HEX triplet: DE, CE and CD. RGB value is (222,206,205). Sum of RGB (Red+Green+Blue) = 222+206+205=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DECECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECECD is #213132. Grayscale: #D2D2D2. Windows color (decimal): -2175283 or 13487838. OLE color: 13487838.

HSL color Cylindrical-coordinate representation of color #DECECD: hue angle of 3.53º degrees, saturation: 0.2, 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 #DECECD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222206205-
CMYK00.070.080.13
HSL3.53º20.48%83.73%-
HSV(B)3.53º7.66%87.06%-
XYZ63.2164.0866.79-
YUV210.67124.8136.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=35.07%
G=32.54%
B=32.39%

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
Decimal22220620500.070.080.133.5320.4883.73
HexDECECD078D41454
Octal336316315071015424124
Binary110111101100111011001101011110001101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECECD; }

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

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

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

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

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

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

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

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