#E3D6FA

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

Shades of Fog #E3D6FA

Tints of Fog #E3D6FA

Color information

#E3D6FA (or 0xE3D6FA) is unknown color: approx Fog. HEX triplet: E3, D6 and FA. RGB value is (227,214,250). Sum of RGB (Red+Green+Blue) = 227+214+250=691 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.85% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D6FA is #1C2905. Grayscale: #DDDDDD. Windows color (decimal): -1845510 or 16439011. OLE color: 16439011.

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

Color convert

RGB227214250-
CMYK0.090.1400.02
HSL261.67º78.26%90.98%-
HSV(B)261.67º14.4%98.04%-
XYZ72.9871.33100.36-
YUV221.99143.81131.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.85%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=32.85%
G=30.97%
B=36.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272142500.090.1400.02261.6778.2690.98
HexE3D6FA9E021064e5b
Octal343326372111602406116133
Binary1110001111010110111110101001111001010000011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6FA; }

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

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

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

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

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

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

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

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