#E1EBFA

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

Shades of Solitude #E1EBFA

Tints of Solitude #E1EBFA

Color information

#E1EBFA (or 0xE1EBFA) is unknown color: approx Solitude. HEX triplet: E1, EB and FA. RGB value is (225,235,250). Sum of RGB (Red+Green+Blue) = 225+235+250=710 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.69% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EBFA is #1E1405. Grayscale: #E9E9E9. Windows color (decimal): -1971206 or 16444385. OLE color: 16444385.

HSL color Cylindrical-coordinate representation of color #E1EBFA: hue angle of 216º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1EBFA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225235250-
CMYK0.100.0600.02
HSL216º71.43%93.14%-
HSV(B)216º10%98.04%-
XYZ78.0182.33102.22-
YUV233.72137.19121.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.69%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=31.69%
G=33.10%
B=35.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252352500.100.0600.0221671.4393.14
HexE1EBFAA602d8475d
Octal34135337212602330107135
Binary11100001111010111111101010101100101101100010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBFA; }

 p { color: rgb(225,235,250); }

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

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

 a { background-color: rgb(225,235,250); }

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

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

 span { border-color: rgb(225,235,250); }

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