#E2DCEE

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

Shades of Fog #E2DCEE

Tints of Fog #E2DCEE

Color information

#E2DCEE (or 0xE2DCEE) is unknown color: approx Fog. HEX triplet: E2, DC and EE. RGB value is (226,220,238). Sum of RGB (Red+Green+Blue) = 226+220+238=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCEE is #1D2311. Grayscale: #DFDFDF. Windows color (decimal): -1909522 or 15654114. OLE color: 15654114.

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

Color convert

RGB226220238-
CMYK0.050.0800.07
HSL260º34.62%89.8%-
HSV(B)260º7.56%93.33%-
XYZ72.3973.5391.27-
YUV223.85135.99129.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=33.04%
G=32.16%
B=34.80%

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
Decimal2262202380.050.0800.0726034.6289.8
HexE2DCEE5807104235a
Octal3423343565100740443132
Binary111000101101110011101110101100001111000001001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCEE; }

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

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

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

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

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

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

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

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