#DFCDCC

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

Shades of Vanilla Ice #DFCDCC

Tints of Vanilla Ice #DFCDCC

Color information

#DFCDCC (or 0xDFCDCC) is unknown color: approx Vanilla Ice. HEX triplet: DF, CD and CC. RGB value is (223,205,204). Sum of RGB (Red+Green+Blue) = 223+205+204=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCC is #203233. Grayscale: #D2D2D2. Windows color (decimal): -2110004 or 13422047. OLE color: 13422047.

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

Color convert

RGB223205204-
CMYK00.080.090.13
HSL3.16º22.89%83.73%-
HSV(B)3.16º8.52%87.45%-
XYZ63.1663.7166.1-
YUV210.27124.46137.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=35.28%
G=32.44%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320520400.080.090.133.1622.8983.73
HexDFCDCC089D31754
Octal3373153140101115327124
Binary110111111100110111001100010001001110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDCC; }

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

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

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

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

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

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

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

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