#DFD1DF

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

Shades of Snuff #DFD1DF

Tints of Snuff #DFD1DF

Color information

#DFD1DF (or 0xDFD1DF) is unknown color: approx Snuff. HEX triplet: DF, D1 and DF. RGB value is (223,209,223). Sum of RGB (Red+Green+Blue) = 223+209+223=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1DF is #202E20. Grayscale: #D6D6D6. Windows color (decimal): -2108961 or 14668255. OLE color: 14668255.

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

Color convert

RGB223209223-
CMYK00.0600.13
HSL300º17.95%84.71%-
HSV(B)300º6.28%87.45%-
XYZ66.5566.6279.16-
YUV214.78132.64133.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 209 (82.03% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=34.05%
G=31.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320922300.0600.1330017.9584.71
HexDFD1DF060D12c1255
Octal3373213370601545422125
Binary110111111101000111011111011001101100101100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1DF; }

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

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

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

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

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

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

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

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