#DFDBDE

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

Shades of Snuff #DFDBDE

Tints of Snuff #DFDBDE

Color information

#DFDBDE (or 0xDFDBDE) is unknown color: approx Snuff. HEX triplet: DF, DB and DE. RGB value is (223,219,222). Sum of RGB (Red+Green+Blue) = 223+219+222=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBDE is #202421. Grayscale: #DCDCDC. Windows color (decimal): -2106402 or 14605279. OLE color: 14605279.

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

Color convert

RGB223219222-
CMYK00.020.000.13
HSL315º5.88%86.67%-
HSV(B)315º1.79%87.45%-
XYZ68.9571.6279.3-
YUV220.54128.83129.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=33.58%
G=32.98%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321922200.020.000.133155.8886.67
HexDFDBDE020D13b657
Octal337333336020154736127
Binary110111111101101111011110010011011001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBDE; }

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

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

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

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

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

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

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

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