#E2DCEF

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

Shades of Fog #E2DCEF

Tints of Fog #E2DCEF

Color information

#E2DCEF (or 0xE2DCEF) is unknown color: approx Fog. HEX triplet: E2, DC and EF. RGB value is (226,220,239). Sum of RGB (Red+Green+Blue) = 226+220+239=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCEF is #1D2310. Grayscale: #DFDFDF. Windows color (decimal): -1909521 or 15719650. OLE color: 15719650.

HSL color Cylindrical-coordinate representation of color #E2DCEF: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DCEF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226220239-
CMYK0.050.0800.06
HSL258.95º37.25%90%-
HSV(B)258.95º7.95%93.73%-
XYZ72.5473.5992.04-
YUV223.96136.49129.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.99%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=32.99%
G=32.12%
B=34.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262202390.050.0800.06258.9537.2590
HexE2DCEF5806103255a
Octal3423343575100640345132
Binary111000101101110011101111101100001101000000111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCEF; }

 p { color: rgb(226,220,239); }

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

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

 a { background-color: rgb(226,220,239); }

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

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

 span { border-color: rgb(226,220,239); }

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