#DFDDDF

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

Shades of Snuff #DFDDDF

Tints of Snuff #DFDDDF

Color information

#DFDDDF (or 0xDFDDDF) is unknown color: approx Snuff. HEX triplet: DF, DD and DF. RGB value is (223,221,223). Sum of RGB (Red+Green+Blue) = 223+221+223=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDF is #202220. Grayscale: #DDDDDD. Windows color (decimal): -2105889 or 14671327. OLE color: 14671327.

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

Color convert

RGB223221223-
CMYK00.0100.13
HSL300º3.03%87.06%-
HSV(B)300º0.9%87.45%-
XYZ69.6172.7380.18-
YUV221.83128.66128.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=33.43%
G=33.13%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322122300.0100.133003.0387.06
HexDFDDDF010D12c357
Octal337335337010154543127
Binary1101111111011101110111110101101100101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDDF; }

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

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

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

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

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

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

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

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