#DFDEDF

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

Shades of Snuff #DFDEDF

Tints of Snuff #DFDEDF

Color information

#DFDEDF (or 0xDFDEDF) is unknown color: approx Snuff. HEX triplet: DF, DE and DF. RGB value is (223,222,223). Sum of RGB (Red+Green+Blue) = 223+222+223=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDF is #202120. Grayscale: #DEDEDE. Windows color (decimal): -2105633 or 14671583. OLE color: 14671583.

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

Color convert

RGB223222223-
CMYK00.0000.13
HSL300º1.54%87.25%-
HSV(B)300º0.45%87.45%-
XYZ69.8773.2680.27-
YUV222.41128.33128.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=33.38%
G=33.23%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322222300.0000.133001.5487.25
HexDFDEDF000D12c257
Octal337336337000154542127
Binary1101111111011110110111110001101100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEDF; }

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

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

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

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

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

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

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

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