#E1ECFE

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

Shades of Solitude #E1ECFE

Tints of Solitude #E1ECFE

Color information

#E1ECFE (or 0xE1ECFE) is unknown color: approx Solitude. HEX triplet: E1, EC and FE. RGB value is (225,236,254). Sum of RGB (Red+Green+Blue) = 225+236+254=715 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.47% from 715); Green value is 236 (92.58% from 255 or 33.01% 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 #E1ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECFE is #1E1301. Grayscale: #EAEAEA. Windows color (decimal): -1970946 or 16706785. OLE color: 16706785.

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

Color convert

RGB225236254-
CMYK0.110.0700.00
HSL217.24º93.55%93.92%-
HSV(B)217.24º11.42%99.61%-
XYZ78.9483.15105.66-
YUV234.76138.86121.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.47%
GREEN value IS 236 (92.58% from 255) = 33.01%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=31.47%
G=33.01%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252362540.110.0700.00217.2493.5593.92
HexE1ECFEB700d95e5e
Octal34135437613700331136136
Binary1110000111101100111111101011111001101100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ECFE; }

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

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

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

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

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

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

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

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