#E0DFDB

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

Shades of Black Haze #E0DFDB

Tints of Black Haze #E0DFDB

Color information

#E0DFDB (or 0xE0DFDB) is unknown color: approx Black Haze. HEX triplet: E0, DF and DB. RGB value is (224,223,219). Sum of RGB (Red+Green+Blue) = 224+223+219=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFDB is #1F2024. Grayscale: #DEDEDE. Windows color (decimal): -2039845 or 14409696. OLE color: 14409696.

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

Color convert

RGB224223219-
CMYK00.000.020.12
HSL48º7.46%86.86%-
HSV(B)48º2.23%87.84%-
XYZ69.9173.7477.57-
YUV222.84125.83128.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 219 (85.94% 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.12
SystemRedGreenBlueCMYKHSL
Decimal22422321900.000.020.12487.4686.86
HexE0DFDB002C30757
Octal34033733300214607127
Binary111000001101111111011011001011001100001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFDB; }

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

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

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

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

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

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

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

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