#E3D5FA

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

Shades of Fog #E3D5FA

Tints of Fog #E3D5FA

Color information

#E3D5FA (or 0xE3D5FA) is unknown color: approx Fog. HEX triplet: E3, D5 and FA. RGB value is (227,213,250). Sum of RGB (Red+Green+Blue) = 227+213+250=690 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.90% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3D5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5FA is #1C2A05. Grayscale: #DDDDDD. Windows color (decimal): -1845766 or 16438755. OLE color: 16438755.

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

Color convert

RGB227213250-
CMYK0.090.1500.02
HSL262.7º78.72%90.78%-
HSV(B)262.7º14.8%98.04%-
XYZ72.7370.82100.28-
YUV221.4144.14131.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.90%
GREEN value IS 213 (83.59% from 255) = 30.87%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=32.90%
G=30.87%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272132500.090.1500.02262.778.7290.78
HexE3D5FA9F021074f5b
Octal343325372111702407117133
Binary1110001111010101111110101001111101010000011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5FA; }

 p { color: rgb(227,213,250); }

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

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

 a { background-color: rgb(227,213,250); }

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

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

 span { border-color: rgb(227,213,250); }

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