#DFD0DE

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

Shades of Snuff #DFD0DE

Tints of Snuff #DFD0DE

Color information

#DFD0DE (or 0xDFD0DE) is unknown color: approx Snuff. HEX triplet: DF, D0 and DE. RGB value is (223,208,222). Sum of RGB (Red+Green+Blue) = 223+208+222=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0DE is #202F21. Grayscale: #D6D6D6. Windows color (decimal): -2109218 or 14602463. OLE color: 14602463.

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

Color convert

RGB223208222-
CMYK00.070.000.13
HSL304º18.99%84.51%-
HSV(B)304º6.73%87.45%-
XYZ66.1766.0778.37-
YUV214.08132.47134.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=34.15%
G=31.85%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320822200.070.000.1330418.9984.51
HexDFD0DE070D1301355
Octal3373203360701546023125
Binary110111111101000011011110011101101100110000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0DE; }

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

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

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

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

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

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

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

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