#E1DCEA

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

Shades of Fog #E1DCEA

Tints of Fog #E1DCEA

Color information

#E1DCEA (or 0xE1DCEA) is unknown color: approx Fog. HEX triplet: E1, DC and EA. RGB value is (225,220,234). Sum of RGB (Red+Green+Blue) = 225+220+234=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEA is #1E2315. Grayscale: #DFDFDF. Windows color (decimal): -1975062 or 15391969. OLE color: 15391969.

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

Color convert

RGB225220234-
CMYK0.040.0600.08
HSL261.43º25%89.02%-
HSV(B)261.43º5.98%91.76%-
XYZ71.573.1388.19-
YUV223.09134.16129.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=33.14%
G=32.40%
B=34.46%

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
Decimal2252202340.040.0600.08261.432589.02
HexE1DCEA46081051959
Octal3413343524601040531131
Binary11100001110111001110101010011001000100000101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCEA; }

 p { color: rgb(225,220,234); }

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

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

 a { background-color: rgb(225,220,234); }

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

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

 span { border-color: rgb(225,220,234); }

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