#DFD1DE

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

Shades of Snuff #DFD1DE

Tints of Snuff #DFD1DE

Color information

#DFD1DE (or 0xDFD1DE) is unknown color: approx Snuff. HEX triplet: DF, D1 and DE. RGB value is (223,209,222). Sum of RGB (Red+Green+Blue) = 223+209+222=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1DE is #202E21. Grayscale: #D6D6D6. Windows color (decimal): -2108962 or 14602719. OLE color: 14602719.

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

Color convert

RGB223209222-
CMYK00.060.000.13
HSL304.29º17.95%84.71%-
HSV(B)304.29º6.28%87.45%-
XYZ66.4266.5678.45-
YUV214.67132.14133.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=34.10%
G=31.96%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320922200.060.000.13304.2917.9584.71
HexDFD1DE060D1301255
Octal3373213360601546022125
Binary110111111101000111011110011001101100110000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1DE; }

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

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

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

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

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

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

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

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