#E2EAFF

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

Shades of Solitude #E2EAFF

Tints of Solitude #E2EAFF

Color information

#E2EAFF (or 0xE2EAFF) is unknown color: approx Solitude. HEX triplet: E2, EA and FF. RGB value is (226,234,255). Sum of RGB (Red+Green+Blue) = 226+234+255=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAFF is #1D1500. Grayscale: #E9E9E9. Windows color (decimal): -1905921 or 16771810. OLE color: 16771810.

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

Color convert

RGB226234255-
CMYK0.110.0800
HSL223.45º100%94.31%-
HSV(B)223.45º11.37%100%-
XYZ78.8482.23106.33-
YUV234139.85122.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.61%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 255 (100% from 255) = 35.66%
R=31.61%
G=32.73%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262342550.110.0800223.4510094.31
HexE2EAFFB800df645e
Octal342352377131000337144136
Binary11100010111010101111111110111000001101111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAFF; }

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

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

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

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

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

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

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

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