#DFD0DF

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

Shades of Snuff #DFD0DF

Tints of Snuff #DFD0DF

Color information

#DFD0DF (or 0xDFD0DF) is unknown color: approx Snuff. HEX triplet: DF, D0 and DF. RGB value is (223,208,223). Sum of RGB (Red+Green+Blue) = 223+208+223=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0DF is #202F20. Grayscale: #D6D6D6. Windows color (decimal): -2109217 or 14667999. OLE color: 14667999.

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

Color convert

RGB223208223-
CMYK00.0700.13
HSL300º18.99%84.51%-
HSV(B)300º6.73%87.45%-
XYZ66.3166.1379.08-
YUV214.19132.97134.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320822300.0700.1330018.9984.51
HexDFD0DF070D12c1355
Octal3373203370701545423125
Binary110111111101000011011111011101101100101100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0DF; }

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

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

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

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

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

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

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

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