#E1EAFD

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

Shades of Solitude #E1EAFD

Tints of Solitude #E1EAFD

Color information

#E1EAFD (or 0xE1EAFD) is unknown color: approx Solitude. HEX triplet: E1, EA and FD. RGB value is (225,234,253). Sum of RGB (Red+Green+Blue) = 225+234+253=712 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.60% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAFD is #1E1502. Grayscale: #E9E9E9. Windows color (decimal): -1971459 or 16640737. OLE color: 16640737.

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

Color convert

RGB225234253-
CMYK0.110.0800.01
HSL220.71º87.5%93.73%-
HSV(B)220.71º11.07%99.22%-
XYZ78.281.95104.62-
YUV233.48139.02121.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.60%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=31.60%
G=32.87%
B=35.53%

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
Decimal2252342530.110.0800.01220.7187.593.73
HexE1EAFDB801dd585e
Octal341352375131001335130136
Binary11100001111010101111110110111000011101110110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAFD; }

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

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

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

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

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

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

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

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