#DFD1DD

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

Shades of Snuff #DFD1DD

Tints of Snuff #DFD1DD

Color information

#DFD1DD (or 0xDFD1DD) is unknown color: approx Snuff. HEX triplet: DF, D1 and DD. RGB value is (223,209,221). Sum of RGB (Red+Green+Blue) = 223+209+221=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1DD is #202E22. Grayscale: #D6D6D6. Windows color (decimal): -2108963 or 14537183. OLE color: 14537183.

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

Color convert

RGB223209221-
CMYK00.060.010.13
HSL308.57º17.95%84.71%-
HSV(B)308.57º6.28%87.45%-
XYZ66.2866.5177.75-
YUV214.55131.64134.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=34.15%
G=32.01%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320922100.060.010.13308.5717.9584.71
HexDFD1DD061D1351255
Octal3373213350611546522125
Binary110111111101000111011101011011101100110101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1DD; }

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

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

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

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

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

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

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

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