#E0DBE9

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

Shades of Fog #E0DBE9

Tints of Fog #E0DBE9

Color information

#E0DBE9 (or 0xE0DBE9) is unknown color: approx Fog. HEX triplet: E0, DB and E9. RGB value is (224,219,233). Sum of RGB (Red+Green+Blue) = 224+219+233=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0DBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBE9 is #1F2416. Grayscale: #DEDEDE. Windows color (decimal): -2040855 or 15326176. OLE color: 15326176.

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

Color convert

RGB224219233-
CMYK0.040.0600.09
HSL261.43º24.14%88.63%-
HSV(B)261.43º6.01%91.37%-
XYZ70.7872.3987.33-
YUV222.09134.16129.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 233 (91.41% from 255) = 34.47%
R=33.14%
G=32.40%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242192330.040.0600.09261.4324.1488.63
HexE0DBE946091051859
Octal3403333514601140530131
Binary11100000110110111110100110011001001100000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBE9; }

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

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

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

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

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

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

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

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