#E1DCEC

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

Shades of Fog #E1DCEC

Tints of Fog #E1DCEC

Color information

#E1DCEC (or 0xE1DCEC) is unknown color: approx Fog. HEX triplet: E1, DC and EC. RGB value is (225,220,236). Sum of RGB (Red+Green+Blue) = 225+220+236=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEC is #1E2313. Grayscale: #DFDFDF. Windows color (decimal): -1975060 or 15523041. OLE color: 15523041.

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

Color convert

RGB225220236-
CMYK0.050.0700.07
HSL258.75º29.63%89.41%-
HSV(B)258.75º6.78%92.55%-
XYZ71.7873.2589.71-
YUV223.32135.16129.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=33.04%
G=32.31%
B=34.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252202360.050.0700.07258.7529.6389.41
HexE1DCEC57071031e59
Octal341334354570740336131
Binary1110000111011100111011001011110111100000011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCEC; }

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

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

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

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

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

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

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

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