#DFDEDB

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

Shades of Black Haze #DFDEDB

Tints of Black Haze #DFDEDB

Color information

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

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

Color convert

RGB223222219-
CMYK00.000.020.13
HSL45º5.88%86.67%-
HSV(B)45º1.79%87.45%-
XYZ69.3473.0577.46-
YUV221.96126.33128.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322221900.000.020.13455.8886.67
HexDFDEDB002D2d657
Octal33733633300215556127
Binary110111111101111011011011001011011011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEDB; }

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

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

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

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

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

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

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

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