#E2EAFE

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

Shades of Solitude #E2EAFE

Tints of Solitude #E2EAFE

Color information

#E2EAFE (or 0xE2EAFE) is unknown color: approx Solitude. HEX triplet: E2, EA and FE. RGB value is (226,234,254). Sum of RGB (Red+Green+Blue) = 226+234+254=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAFE is #1D1501. Grayscale: #E9E9E9. Windows color (decimal): -1905922 or 16706274. OLE color: 16706274.

HSL color Cylindrical-coordinate representation of color #E2EAFE: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EAFE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226234254-
CMYK0.110.0800.00
HSL222.86º93.33%94.12%-
HSV(B)222.86º11.02%99.61%-
XYZ78.6882.17105.48-
YUV233.89139.35122.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.65%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=31.65%
G=32.77%
B=35.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262342540.110.0800.00222.8693.3394.12
HexE2EAFEB800df5d5e
Octal342352376131000337135136
Binary11100010111010101111111010111000001101111110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAFE; }

 p { color: rgb(226,234,254); }

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

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

 a { background-color: rgb(226,234,254); }

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

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

 span { border-color: rgb(226,234,254); }

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