#DFDEDA

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

Shades of Black Haze #DFDEDA

Tints of Black Haze #DFDEDA

Color information

#DFDEDA (or 0xDFDEDA) is unknown color: approx Black Haze. HEX triplet: DF, DE and DA. RGB value is (223,222,218). Sum of RGB (Red+Green+Blue) = 223+222+218=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDA is #202125. Grayscale: #DDDDDD. Windows color (decimal): -2105638 or 14343903. OLE color: 14343903.

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

Color convert

RGB223222218-
CMYK00.000.020.13
HSL48º7.25%86.47%-
HSV(B)48º2.24%87.45%-
XYZ69.2172.9976.77-
YUV221.84125.83128.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=33.63%
G=33.48%
B=32.88%

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
Decimal22322221800.000.020.13487.2586.47
HexDFDEDA002D30756
Octal33733633200215607126
Binary110111111101111011011010001011011100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEDA; }

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

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

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

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

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

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

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

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