#E0D9EB

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

Shades of Fog #E0D9EB

Tints of Fog #E0D9EB

Color information

#E0D9EB (or 0xE0D9EB) is unknown color: approx Fog. HEX triplet: E0, D9 and EB. RGB value is (224,217,235). Sum of RGB (Red+Green+Blue) = 224+217+235=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9EB is #1F2614. Grayscale: #DDDDDD. Windows color (decimal): -2041365 or 15456736. OLE color: 15456736.

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

Color convert

RGB224217235-
CMYK0.050.0800.08
HSL263.33º31.03%88.63%-
HSV(B)263.33º7.66%92.16%-
XYZ70.5571.4788.67-
YUV221.14135.82130.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=33.14%
G=32.10%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242172350.050.0800.08263.3331.0388.63
HexE0D9EB58081071f59
Octal34033135351001040737131
Binary111000001101100111101011101100001000100000111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9EB; }

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

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

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

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

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

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

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

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