#DFDBDF

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

Shades of Snuff #DFDBDF

Tints of Snuff #DFDBDF

Color information

#DFDBDF (or 0xDFDBDF) is unknown color: approx Snuff. HEX triplet: DF, DB and DF. RGB value is (223,219,223). Sum of RGB (Red+Green+Blue) = 223+219+223=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBDF is #202420. Grayscale: #DCDCDC. Windows color (decimal): -2106401 or 14670815. OLE color: 14670815.

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

Color convert

RGB223219223-
CMYK00.0200.13
HSL300º5.88%86.67%-
HSV(B)300º1.79%87.45%-
XYZ69.0871.6880.01-
YUV220.65129.33129.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=33.53%
G=32.93%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321922300.0200.133005.8886.67
HexDFDBDF020D12c657
Octal337333337020154546127
Binary110111111101101111011111010011011001011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBDF; }

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

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

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

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

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

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

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

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