#DFDED7

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

Shades of Black Haze #DFDED7

Tints of Black Haze #DFDED7

Color information

#DFDED7 (or 0xDFDED7) is unknown color: approx Black Haze. HEX triplet: DF, DE and D7. RGB value is (223,222,215). Sum of RGB (Red+Green+Blue) = 223+222+215=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDED7 is #202128. Grayscale: #DDDDDD. Windows color (decimal): -2105641 or 14147295. OLE color: 14147295.

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

Color convert

RGB223222215-
CMYK00.000.040.13
HSL52.5º11.11%85.88%-
HSV(B)52.5º3.59%87.45%-
XYZ68.8272.8474.72-
YUV221.5124.33129.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=33.79%
G=33.64%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322221500.000.040.1352.511.1185.88
HexDFDED7004D35b56
Octal337336327004156513126
Binary11011111110111101101011100100110111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDED7; }

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

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

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

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

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

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

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

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