#DFCAC8

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

Shades of Vanilla Ice #DFCAC8

Tints of Vanilla Ice #DFCAC8

Color information

#DFCAC8 (or 0xDFCAC8) is unknown color: approx Vanilla Ice. HEX triplet: DF, CA and C8. RGB value is (223,202,200). Sum of RGB (Red+Green+Blue) = 223+202+200=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAC8 is #203537. Grayscale: #D0D0D0. Windows color (decimal): -2110776 or 13159135. OLE color: 13159135.

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

Color convert

RGB223202200-
CMYK00.090.100.13
HSL5.22º26.44%82.94%-
HSV(B)5.22º10.31%87.45%-
XYZ61.9862.163.36-
YUV208.05123.46138.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 200 (78.52% from 255) = 32%
R=35.68%
G=32.32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320220000.090.100.135.2226.4482.94
HexDFCAC809AD51a53
Octal3373123100111215532123
Binary1101111111001010110010000100110101101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAC8; }

 p { color: rgb(223,202,200); }

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

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

 a { background-color: rgb(223,202,200); }

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

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

 span { border-color: rgb(223,202,200); }

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