#E0DBEA

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

Shades of Fog #E0DBEA

Tints of Fog #E0DBEA

Color information

#E0DBEA (or 0xE0DBEA) is unknown color: approx Fog. HEX triplet: E0, DB and EA. RGB value is (224,219,234). Sum of RGB (Red+Green+Blue) = 224+219+234=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBEA is #1F2415. Grayscale: #DEDEDE. Windows color (decimal): -2040854 or 15391712. OLE color: 15391712.

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

Color convert

RGB224219234-
CMYK0.040.0600.08
HSL260º26.32%88.82%-
HSV(B)260º6.41%91.76%-
XYZ70.9272.4588.09-
YUV222.2134.66129.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=33.09%
G=32.35%
B=34.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242192340.040.0600.0826026.3288.82
HexE0DBEA46081041a59
Octal3403333524601040432131
Binary11100000110110111110101010011001000100000100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBEA; }

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

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

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

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

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

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

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

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