#DFD0D0

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

Shades of Vanilla Ice #DFD0D0

Tints of Vanilla Ice #DFD0D0

Color information

#DFD0D0 (or 0xDFD0D0) is unknown color: approx Vanilla Ice. HEX triplet: DF, D0 and D0. RGB value is (223,208,208). Sum of RGB (Red+Green+Blue) = 223+208+208=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0D0 is #202F2F. Grayscale: #D4D4D4. Windows color (decimal): -2109232 or 13684959. OLE color: 13684959.

HSL color Cylindrical-coordinate representation of color #DFD0D0: hue angle of 0º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0D0 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223208208-
CMYK00.070.070.13
HSL18.99%84.51%-
HSV(B)6.73%87.45%-
XYZ64.3765.3568.9-
YUV212.48125.47135.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 208 (81.64% from 255) = 32.55%
BLUE value IS 208 (81.64% from 255) = 32.55%
R=34.90%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320820800.070.070.13018.9984.51
HexDFD0D0077D01355
Octal33732032007715023125
Binary110111111101000011010000011111111010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0D0; }

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

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

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

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

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

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

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

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