#DECDCC

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

Shades of Vanilla Ice #DECDCC

Tints of Vanilla Ice #DECDCC

Color information

#DECDCC (or 0xDECDCC) is unknown color: approx Vanilla Ice. HEX triplet: DE, CD and CC. RGB value is (222,205,204). Sum of RGB (Red+Green+Blue) = 222+205+204=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDCC is #213233. Grayscale: #D1D1D1. Windows color (decimal): -2175540 or 13422046. OLE color: 13422046.

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

Color convert

RGB222205204-
CMYK00.080.080.13
HSL3.33º21.43%83.53%-
HSV(B)3.33º8.11%87.06%-
XYZ62.8563.5566.08-
YUV209.97124.63136.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=35.18%
G=32.49%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220520400.080.080.133.3321.4383.53
HexDECDCC088D31554
Octal3363153140101015325124
Binary110111101100110111001100010001000110111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDCC; }

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

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

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

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

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

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

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

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