#DFDADF

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

Shades of Snuff #DFDADF

Tints of Snuff #DFDADF

Color information

#DFDADF (or 0xDFDADF) is unknown color: approx Snuff. HEX triplet: DF, DA and DF. RGB value is (223,218,223). Sum of RGB (Red+Green+Blue) = 223+218+223=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDADF is #202520. Grayscale: #DCDCDC. Windows color (decimal): -2106657 or 14670559. OLE color: 14670559.

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

Color convert

RGB223218223-
CMYK00.0200.13
HSL300º7.25%86.47%-
HSV(B)300º2.24%87.45%-
XYZ68.8271.1679.92-
YUV220.06129.66130.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=33.58%
G=32.83%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321822300.0200.133007.2586.47
HexDFDADF020D12c756
Octal337332337020154547126
Binary110111111101101011011111010011011001011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDADF; }

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

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

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

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

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

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

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

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