#E1E9FF

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

Shades of Solitude #E1E9FF

Tints of Solitude #E1E9FF

Color information

#E1E9FF (or 0xE1E9FF) is unknown color: approx Solitude. HEX triplet: E1, E9 and FF. RGB value is (225,233,255). Sum of RGB (Red+Green+Blue) = 225+233+255=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E9FF is #1E1600. Grayscale: #E9E9E9. Windows color (decimal): -1971713 or 16771553. OLE color: 16771553.

HSL color Cylindrical-coordinate representation of color #E1E9FF: hue angle of 224º 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 #E1E9FF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225233255-
CMYK0.120.0900
HSL224º100%94.12%-
HSV(B)224º11.76%100%-
XYZ78.2481.51106.22-
YUV233.12140.35122.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.56%
GREEN value IS 233 (91.41% from 255) = 32.68%
BLUE value IS 255 (100% from 255) = 35.76%
R=31.56%
G=32.68%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252332550.120.090022410094.12
HexE1E9FFC900e0645e
Octal341351377141100340144136
Binary11100001111010011111111111001001001110000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E9FF; }

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

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

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

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

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

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

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

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