#DFCCCB

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

Shades of Vanilla Ice #DFCCCB

Tints of Vanilla Ice #DFCCCB

Color information

#DFCCCB (or 0xDFCCCB) is unknown color: approx Vanilla Ice. HEX triplet: DF, CC and CB. RGB value is (223,204,203). Sum of RGB (Red+Green+Blue) = 223+204+203=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCB is #203334. Grayscale: #D1D1D1. Windows color (decimal): -2110261 or 13356255. OLE color: 13356255.

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

Color convert

RGB223204203-
CMYK00.090.090.13
HSL23.81%83.53%-
HSV(B)8.97%87.45%-
XYZ62.863.1965.39-
YUV209.57124.29137.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=35.40%
G=32.38%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320420300.090.090.13323.8183.53
HexDFCCCB099D31854
Octal3373143130111115330124
Binary110111111100110011001011010011001110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCCB; }

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

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

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

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

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

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

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

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