#DFCCCA

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

Shades of Vanilla Ice #DFCCCA

Tints of Vanilla Ice #DFCCCA

Color information

#DFCCCA (or 0xDFCCCA) is unknown color: approx Vanilla Ice. HEX triplet: DF, CC and CA. RGB value is (223,204,202). Sum of RGB (Red+Green+Blue) = 223+204+202=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCA is #203335. Grayscale: #D1D1D1. Windows color (decimal): -2110262 or 13290719. OLE color: 13290719.

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

Color convert

RGB223204202-
CMYK00.090.090.13
HSL5.71º24.71%83.33%-
HSV(B)5.71º9.42%87.45%-
XYZ62.6863.1464.76-
YUV209.45123.79137.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=35.45%
G=32.43%
B=32.11%

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
Decimal22320420200.090.090.135.7124.7183.33
HexDFCCCA099D61953
Octal3373143120111115631123
Binary1101111111001100110010100100110011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCCA; }

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

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

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

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

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

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

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

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