#E3EAFA

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

Shades of Solitude #E3EAFA

Tints of Solitude #E3EAFA

Color information

#E3EAFA (or 0xE3EAFA) is unknown color: approx Solitude. HEX triplet: E3, EA and FA. RGB value is (227,234,250). Sum of RGB (Red+Green+Blue) = 227+234+250=711 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.93% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAFA is #1C1505. Grayscale: #E9E9E9. Windows color (decimal): -1840390 or 16444131. OLE color: 16444131.

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

Color convert

RGB227234250-
CMYK0.090.0600.02
HSL221.74º69.7%93.53%-
HSV(B)221.74º9.2%98.04%-
XYZ78.3682.08102.16-
YUV233.73137.18123.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.93%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=31.93%
G=32.91%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272342500.090.0600.02221.7469.793.53
HexE3EAFA9602de465e
Octal34335237211602336106136
Binary11100011111010101111101010011100101101111010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAFA; }

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

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

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

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

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

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

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

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