#E2DDEB

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

Shades of Fog #E2DDEB

Tints of Fog #E2DDEB

Color information

#E2DDEB (or 0xE2DDEB) is unknown color: approx Fog. HEX triplet: E2, DD and EB. RGB value is (226,221,235). Sum of RGB (Red+Green+Blue) = 226+221+235=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDEB is #1D2214. Grayscale: #E0E0E0. Windows color (decimal): -1909269 or 15457762. OLE color: 15457762.

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

Color convert

RGB226221235-
CMYK0.040.0600.08
HSL261.43º25.93%89.41%-
HSV(B)261.43º5.96%92.16%-
XYZ72.2273.8889.05-
YUV224.09134.16129.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.14%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 235 (92.19% 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
Decimal2262212350.040.0600.08261.4325.9389.41
HexE2DDEB46081051a59
Octal3423353534601040532131
Binary11100010110111011110101110011001000100000101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDEB; }

 p { color: rgb(226,221,235); }

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

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

 a { background-color: rgb(226,221,235); }

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

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

 span { border-color: rgb(226,221,235); }

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