#DFCACA

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

Shades of Vanilla Ice #DFCACA

Tints of Vanilla Ice #DFCACA

Color information

#DFCACA (or 0xDFCACA) is unknown color: approx Vanilla Ice. HEX triplet: DF, CA and CA. RGB value is (223,202,202). Sum of RGB (Red+Green+Blue) = 223+202+202=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCACA is #203535. Grayscale: #D0D0D0. Windows color (decimal): -2110774 or 13290207. OLE color: 13290207.

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

Color convert

RGB223202202-
CMYK00.090.090.13
HSL24.71%83.33%-
HSV(B)9.42%87.45%-
XYZ62.2162.1964.6-
YUV208.28124.46138.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=35.57%
G=32.22%
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
Decimal22320220200.090.090.13024.7183.33
HexDFCACA099D01953
Octal3373123120111115031123
Binary11011111110010101100101001001100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCACA; }

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

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

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

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

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

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

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

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