#DFD7DF

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

Shades of Snuff #DFD7DF

Tints of Snuff #DFD7DF

Color information

#DFD7DF (or 0xDFD7DF) is unknown color: approx Snuff. HEX triplet: DF, D7 and DF. RGB value is (223,215,223). Sum of RGB (Red+Green+Blue) = 223+215+223=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7DF is #202820. Grayscale: #DADADA. Windows color (decimal): -2107425 or 14669791. OLE color: 14669791.

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

Color convert

RGB223215223-
CMYK00.0400.13
HSL300º11.11%85.88%-
HSV(B)300º3.59%87.45%-
XYZ68.0569.6279.66-
YUV218.3130.65131.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=33.74%
G=32.53%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321522300.0400.1330011.1185.88
HexDFD7DF040D12cb56
Octal3373273370401545413126
Binary11011111110101111101111101000110110010110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7DF; }

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

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

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

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

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

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

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

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