#DFDDD8

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

Shades of Black Haze #DFDDD8

Tints of Black Haze #DFDDD8

Color information

#DFDDD8 (or 0xDFDDD8) is unknown color: approx Black Haze. HEX triplet: DF, DD and D8. RGB value is (223,221,216). Sum of RGB (Red+Green+Blue) = 223+221+216=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD8 is #202227. Grayscale: #DDDDDD. Windows color (decimal): -2105896 or 14212575. OLE color: 14212575.

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

Color convert

RGB223221216-
CMYK00.010.030.13
HSL42.86º9.86%86.08%-
HSV(B)42.86º3.14%87.45%-
XYZ68.6872.3675.31-
YUV221.03125.16129.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=33.79%
G=33.48%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322121600.010.030.1342.869.8686.08
HexDFDDD8013D2ba56
Octal337335330013155312126
Binary1101111111011101110110000111110110101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDD8; }

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

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

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

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

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

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

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

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