#DFD2D1

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

Shades of Vanilla Ice #DFD2D1

Tints of Vanilla Ice #DFD2D1

Color information

#DFD2D1 (or 0xDFD2D1) is unknown color: approx Vanilla Ice. HEX triplet: DF, D2 and D1. RGB value is (223,210,209). Sum of RGB (Red+Green+Blue) = 223+210+209=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2D1 is #202D2E. Grayscale: #D5D5D5. Windows color (decimal): -2108719 or 13751007. OLE color: 13751007.

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

Color convert

RGB223210209-
CMYK00.060.060.13
HSL4.29º17.95%84.71%-
HSV(B)4.29º6.28%87.45%-
XYZ64.9966.3869.71-
YUV213.77125.31134.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=34.74%
G=32.71%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321020900.060.060.134.2917.9584.71
HexDFD2D1066D41255
Octal33732232106615422125
Binary11011111110100101101000101101101101100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2D1; }

 p { color: rgb(223,210,209); }

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

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

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

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

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

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

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