#DECCCB

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

Shades of Vanilla Ice #DECCCB

Tints of Vanilla Ice #DECCCB

Color information

#DECCCB (or 0xDECCCB) is unknown color: approx Vanilla Ice. HEX triplet: DE, CC and CB. RGB value is (222,204,203). Sum of RGB (Red+Green+Blue) = 222+204+203=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCCB is #213334. Grayscale: #D1D1D1. Windows color (decimal): -2175797 or 13356254. OLE color: 13356254.

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

Color convert

RGB222204203-
CMYK00.080.090.13
HSL3.16º22.35%83.33%-
HSV(B)3.16º8.56%87.06%-
XYZ62.563.0365.37-
YUV209.27124.46137.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=35.29%
G=32.43%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220420300.080.090.133.1622.3583.33
HexDECCCB089D31653
Octal3363143130101115326123
Binary110111101100110011001011010001001110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCCB; }

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

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

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

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

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

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

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

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