#E3EAFE

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

Shades of Solitude #E3EAFE

Tints of Solitude #E3EAFE

Color information

#E3EAFE (or 0xE3EAFE) is unknown color: approx Solitude. HEX triplet: E3, EA and FE. RGB value is (227,234,254). Sum of RGB (Red+Green+Blue) = 227+234+254=715 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.75% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAFE is #1C1501. Grayscale: #EAEAEA. Windows color (decimal): -1840386 or 16706275. OLE color: 16706275.

HSL color Cylindrical-coordinate representation of color #E3EAFE: hue angle of 224.44º 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 #E3EAFE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227234254-
CMYK0.110.0800.00
HSL224.44º93.1%94.31%-
HSV(B)224.44º10.63%99.61%-
XYZ78.9982.33105.49-
YUV234.19139.18122.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.75%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=31.75%
G=32.73%
B=35.52%

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
Decimal2272342540.110.0800.00224.4493.194.31
HexE3EAFEB800e05d5e
Octal343352376131000340135136
Binary11100011111010101111111010111000001110000010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EAFE; }

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

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

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

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

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

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

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

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