#E0D9EC

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

Shades of Fog #E0D9EC

Tints of Fog #E0D9EC

Color information

#E0D9EC (or 0xE0D9EC) is unknown color: approx Fog. HEX triplet: E0, D9 and EC. RGB value is (224,217,236). Sum of RGB (Red+Green+Blue) = 224+217+236=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9EC is #1F2613. Grayscale: #DDDDDD. Windows color (decimal): -2041364 or 15522272. OLE color: 15522272.

HSL color Cylindrical-coordinate representation of color #E0D9EC: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D9EC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224217236-
CMYK0.050.0800.07
HSL262.11º33.33%88.82%-
HSV(B)262.11º8.05%92.55%-
XYZ70.6971.5389.44-
YUV221.26136.32129.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=33.09%
G=32.05%
B=34.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242172360.050.0800.07262.1133.3388.82
HexE0D9EC58071062159
Octal3403313545100740641131
Binary111000001101100111101100101100001111000001101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9EC; }

 p { color: rgb(224,217,236); }

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

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

 a { background-color: rgb(224,217,236); }

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

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

 span { border-color: rgb(224,217,236); }

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