#E0DCE9

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

Shades of Fog #E0DCE9

Tints of Fog #E0DCE9

Color information

#E0DCE9 (or 0xE0DCE9) is unknown color: approx Fog. HEX triplet: E0, DC and E9. RGB value is (224,220,233). Sum of RGB (Red+Green+Blue) = 224+220+233=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCE9 is #1F2316. Grayscale: #DEDEDE. Windows color (decimal): -2040599 or 15326432. OLE color: 15326432.

HSL color Cylindrical-coordinate representation of color #E0DCE9: hue angle of 258.46º degrees, saturation: 0.23, 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 #E0DCE9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224220233-
CMYK0.040.0600.09
HSL258.46º22.81%88.82%-
HSV(B)258.46º5.58%91.37%-
XYZ71.0472.9287.42-
YUV222.68133.83128.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 233 (91.41% from 255) = 34.42%
R=33.09%
G=32.50%
B=34.42%

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
Decimal2242202330.040.0600.09258.4622.8188.82
HexE0DCE946091021759
Octal3403343514601140227131
Binary11100000110111001110100110011001001100000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCE9; }

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

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

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

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

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

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

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

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