#E3EAFC

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

Shades of Solitude #E3EAFC

Tints of Solitude #E3EAFC

Color information

#E3EAFC (or 0xE3EAFC) is unknown color: approx Solitude. HEX triplet: E3, EA and FC. RGB value is (227,234,252). Sum of RGB (Red+Green+Blue) = 227+234+252=713 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.84% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAFC is #1C1503. Grayscale: #E9E9E9. Windows color (decimal): -1840388 or 16575203. OLE color: 16575203.

HSL color Cylindrical-coordinate representation of color #E3EAFC: hue angle of 223.2º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3EAFC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227234252-
CMYK0.100.0700.01
HSL223.2º80.65%93.92%-
HSV(B)223.2º9.92%98.82%-
XYZ78.6782.2103.82-
YUV233.96138.18123.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.84%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=31.84%
G=32.82%
B=35.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272342520.100.0700.01223.280.6593.92
HexE3EAFCA701df515e
Octal34335237412701337121136
Binary1110001111101010111111001010111011101111110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAFC; }

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

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

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

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

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

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

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

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