#E3EAFF

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

Shades of Solitude #E3EAFF

Tints of Solitude #E3EAFF

Color information

#E3EAFF (or 0xE3EAFF) is unknown color: approx Solitude. HEX triplet: E3, EA and FF. RGB value is (227,234,255). Sum of RGB (Red+Green+Blue) = 227+234+255=716 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.70% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAFF is #1C1500. Grayscale: #EAEAEA. Windows color (decimal): -1840385 or 16771811. OLE color: 16771811.

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

Color convert

RGB227234255-
CMYK0.110.0800
HSL225º100%94.51%-
HSV(B)225º10.98%100%-
XYZ79.1582.4106.34-
YUV234.3139.68122.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.70%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 255 (100% from 255) = 35.61%
R=31.70%
G=32.68%
B=35.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2272342550.110.080022510094.51
HexE3EAFFB800e1645f
Octal343352377131000341144137
Binary11100011111010101111111110111000001110000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAFF; }

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

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

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

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

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

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

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

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