#E3D2F9

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

Shades of Fog #E3D2F9

Tints of Fog #E3D2F9

Color information

#E3D2F9 (or 0xE3D2F9) is unknown color: approx Fog. HEX triplet: E3, D2 and F9. RGB value is (227,210,249). Sum of RGB (Red+Green+Blue) = 227+210+249=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3D2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2F9 is #1C2D06. Grayscale: #DBDBDB. Windows color (decimal): -1846535 or 16372451. OLE color: 16372451.

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

Color convert

RGB227210249-
CMYK0.090.1600.02
HSL266.15º76.47%90%-
HSV(B)266.15º15.66%97.65%-
XYZ71.8269.2699.21-
YUV219.53144.63133.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.09%
GREEN value IS 210 (82.42% from 255) = 30.61%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=33.09%
G=30.61%
B=36.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272102490.090.1600.02266.1576.4790
HexE3D2F99100210a4c5a
Octal343322371112002412114132
Binary11100011110100101111100110011000001010000101010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D2F9; }

 p { color: rgb(227,210,249); }

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

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

 a { background-color: rgb(227,210,249); }

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

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

 span { border-color: rgb(227,210,249); }

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