#E1EAFE

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

Shades of Solitude #E1EAFE

Tints of Solitude #E1EAFE

Color information

#E1EAFE (or 0xE1EAFE) is unknown color: approx Solitude. HEX triplet: E1, EA and FE. RGB value is (225,234,254). Sum of RGB (Red+Green+Blue) = 225+234+254=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAFE is #1E1501. Grayscale: #E9E9E9. Windows color (decimal): -1971458 or 16706273. OLE color: 16706273.

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

Color convert

RGB225234254-
CMYK0.110.0800.00
HSL221.38º93.55%93.92%-
HSV(B)221.38º11.42%99.61%-
XYZ78.3682.01105.47-
YUV233.59139.52121.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.56%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=31.56%
G=32.82%
B=35.62%

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
Decimal2252342540.110.0800.00221.3893.5593.92
HexE1EAFEB800dd5e5e
Octal341352376131000335136136
Binary11100001111010101111111010111000001101110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAFE; }

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

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

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

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

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

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

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

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