#DFCCCC

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

Shades of Vanilla Ice #DFCCCC

Tints of Vanilla Ice #DFCCCC

Color information

#DFCCCC (or 0xDFCCCC) is unknown color: approx Vanilla Ice. HEX triplet: DF, CC and CC. RGB value is (223,204,204). Sum of RGB (Red+Green+Blue) = 223+204+204=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCC is #203333. Grayscale: #D1D1D1. Windows color (decimal): -2110260 or 13421791. OLE color: 13421791.

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

Color convert

RGB223204204-
CMYK00.090.090.13
HSL22.89%83.73%-
HSV(B)8.52%87.45%-
XYZ62.9263.2366.02-
YUV209.68124.79137.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=35.34%
G=32.33%
B=32.33%

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
Decimal22320420400.090.090.13022.8983.73
HexDFCCCC099D01754
Octal3373143140111115027124
Binary11011111110011001100110001001100111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCCC; }

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

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

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

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

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

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

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

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