#E0D7EF

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

Shades of Fog #E0D7EF

Tints of Fog #E0D7EF

Color information

#E0D7EF (or 0xE0D7EF) is unknown color: approx Fog. HEX triplet: E0, D7 and EF. RGB value is (224,215,239). Sum of RGB (Red+Green+Blue) = 224+215+239=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7EF is #1F2810. Grayscale: #DCDCDC. Windows color (decimal): -2041873 or 15718368. OLE color: 15718368.

HSL color Cylindrical-coordinate representation of color #E0D7EF: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D7EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224215239-
CMYK0.060.1000.06
HSL262.5º42.86%89.02%-
HSV(B)262.5º10.04%93.73%-
XYZ70.6270.6891.58-
YUV220.43138.48130.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.04%
GREEN value IS 215 (84.38% from 255) = 31.71%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=33.04%
G=31.71%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242152390.060.1000.06262.542.8689.02
HexE0D7EF6A061062b59
Octal3403273576120640653131
Binary111000001101011111101111110101001101000001101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D7EF; }

 p { color: rgb(224,215,239); }

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

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

 a { background-color: rgb(224,215,239); }

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

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

 span { border-color: rgb(224,215,239); }

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