#DFD0CE

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

Shades of Vanilla Ice #DFD0CE

Tints of Vanilla Ice #DFD0CE

Color information

#DFD0CE (or 0xDFD0CE) is unknown color: approx Vanilla Ice. HEX triplet: DF, D0 and CE. RGB value is (223,208,206). Sum of RGB (Red+Green+Blue) = 223+208+206=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0CE is #202F31. Grayscale: #D4D4D4. Windows color (decimal): -2109234 or 13553887. OLE color: 13553887.

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

Color convert

RGB223208206-
CMYK00.070.080.13
HSL7.06º20.99%84.12%-
HSV(B)7.06º7.62%87.45%-
XYZ64.1365.2667.61-
YUV212.26124.47135.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=35.01%
G=32.65%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320820600.070.080.137.0620.9984.12
HexDFD0CE078D71554
Octal337320316071015725124
Binary110111111101000011001110011110001101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0CE; }

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

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

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

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

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

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

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

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