#E2DBED

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

Shades of Fog #E2DBED

Tints of Fog #E2DBED

Color information

#E2DBED (or 0xE2DBED) is unknown color: approx Fog. HEX triplet: E2, DB and ED. RGB value is (226,219,237). Sum of RGB (Red+Green+Blue) = 226+219+237=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBED is #1D2412. Grayscale: #DFDFDF. Windows color (decimal): -1909779 or 15588322. OLE color: 15588322.

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

Color convert

RGB226219237-
CMYK0.050.0800.07
HSL263.33º33.33%89.41%-
HSV(B)263.33º7.59%92.94%-
XYZ71.9872.9590.41-
YUV223.14135.82130.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.14%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=33.14%
G=32.11%
B=34.75%

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
Decimal2262192370.050.0800.07263.3333.3389.41
HexE2DBED58071072159
Octal3423333555100740741131
Binary111000101101101111101101101100001111000001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBED; }

 p { color: rgb(226,219,237); }

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

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

 a { background-color: rgb(226,219,237); }

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

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

 span { border-color: rgb(226,219,237); }

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