#E2D0FA

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

Shades of Fog #E2D0FA

Tints of Fog #E2D0FA

Color information

#E2D0FA (or 0xE2D0FA) is unknown color: approx Fog. HEX triplet: E2, D0 and FA. RGB value is (226,208,250). Sum of RGB (Red+Green+Blue) = 226+208+250=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D0FA is #1D2F05. Grayscale: #DADADA. Windows color (decimal): -1912582 or 16437474. OLE color: 16437474.

HSL color Cylindrical-coordinate representation of color #E2D0FA: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2D0FA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226208250-
CMYK0.100.1700.02
HSL265.71º80.77%89.8%-
HSV(B)265.71º16.8%98.04%-
XYZ71.1868.1899.85-
YUV218.17145.96133.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 208 (81.64% from 255) = 30.41%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=33.04%
G=30.41%
B=36.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262082500.100.1700.02265.7180.7789.8
HexE2D0FAA110210a515a
Octal342320372122102412121132
Binary11100010110100001111101010101000101010000101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D0FA; }

 p { color: rgb(226,208,250); }

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

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

 a { background-color: rgb(226,208,250); }

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

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

 span { border-color: rgb(226,208,250); }

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