#E1D9ED

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

Shades of Fog #E1D9ED

Tints of Fog #E1D9ED

Color information

#E1D9ED (or 0xE1D9ED) is unknown color: approx Fog. HEX triplet: E1, D9 and ED. RGB value is (225,217,237). Sum of RGB (Red+Green+Blue) = 225+217+237=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9ED is #1E2612. Grayscale: #DDDDDD. Windows color (decimal): -1975827 or 15587809. OLE color: 15587809.

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

Color convert

RGB225217237-
CMYK0.050.0800.07
HSL264º35.71%89.02%-
HSV(B)264º8.44%92.94%-
XYZ71.1571.7590.22-
YUV221.67136.65130.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=33.14%
G=31.96%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252172370.050.0800.0726435.7189.02
HexE1D9ED58071082459
Octal3413313555100741044131
Binary111000011101100111101101101100001111000010001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9ED; }

 p { color: rgb(225,217,237); }

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

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

 a { background-color: rgb(225,217,237); }

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

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

 span { border-color: rgb(225,217,237); }

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