#E1E7FC

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

Shades of Solitude #E1E7FC

Tints of Solitude #E1E7FC

Color information

#E1E7FC (or 0xE1E7FC) is unknown color: approx Solitude. HEX triplet: E1, E7 and FC. RGB value is (225,231,252). Sum of RGB (Red+Green+Blue) = 225+231+252=708 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.78% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E7FC is #1E1803. Grayscale: #E7E7E7. Windows color (decimal): -1972228 or 16574433. OLE color: 16574433.

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

Color convert

RGB225231252-
CMYK0.110.0800.01
HSL226.67º81.82%93.53%-
HSV(B)226.67º10.71%98.82%-
XYZ77.280.19103.5-
YUV231.6139.51123.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.78%
GREEN value IS 231 (90.62% from 255) = 32.63%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=31.78%
G=32.63%
B=35.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252312520.110.0800.01226.6781.8293.53
HexE1E7FCB801e3525e
Octal341347374131001343122136
Binary11100001111001111111110010111000011110001110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E7FC; }

 p { color: rgb(225,231,252); }

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

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

 a { background-color: rgb(225,231,252); }

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

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

 span { border-color: rgb(225,231,252); }

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