#E1ECFF

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

Shades of Solitude #E1ECFF

Tints of Solitude #E1ECFF

Color information

#E1ECFF (or 0xE1ECFF) is unknown color: approx Solitude. HEX triplet: E1, EC and FF. RGB value is (225,236,255). Sum of RGB (Red+Green+Blue) = 225+236+255=716 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.42% from 716); Green value is 236 (92.58% from 255 or 32.96% 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 #E1ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECFF is #1E1300. Grayscale: #EAEAEA. Windows color (decimal): -1970945 or 16772321. OLE color: 16772321.

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

Color convert

RGB225236255-
CMYK0.120.0700
HSL218º100%94.12%-
HSV(B)218º11.76%100%-
XYZ79.183.22106.5-
YUV234.88139.36120.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.42%
GREEN value IS 236 (92.58% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 35.61%
R=31.42%
G=32.96%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252362550.120.070021810094.12
HexE1ECFFC700da645e
Octal34135437714700332144136
Binary1110000111101100111111111100111001101101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ECFF; }

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

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

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

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

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

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

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

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