#E1E9FD

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

Shades of Solitude #E1E9FD

Tints of Solitude #E1E9FD

Color information

#E1E9FD (or 0xE1E9FD) is unknown color: approx Solitude. HEX triplet: E1, E9 and FD. RGB value is (225,233,253). Sum of RGB (Red+Green+Blue) = 225+233+253=711 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.65% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E9FD is #1E1602. Grayscale: #E8E8E8. Windows color (decimal): -1971715 or 16640481. OLE color: 16640481.

HSL color Cylindrical-coordinate representation of color #E1E9FD: hue angle of 222.86º degrees, saturation: 0.88, 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 #E1E9FD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225233253-
CMYK0.110.0800.01
HSL222.86º87.5%93.73%-
HSV(B)222.86º11.07%99.22%-
XYZ77.9281.38104.53-
YUV232.89139.35122.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.65%
GREEN value IS 233 (91.41% from 255) = 32.77%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=31.65%
G=32.77%
B=35.58%

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
Decimal2252332530.110.0800.01222.8687.593.73
HexE1E9FDB801df585e
Octal341351375131001337130136
Binary11100001111010011111110110111000011101111110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E9FD; }

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

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

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

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

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

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

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

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