#E0EAFD

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

Shades of Solitude #E0EAFD

Tints of Solitude #E0EAFD

Color information

#E0EAFD (or 0xE0EAFD) is unknown color: approx Solitude. HEX triplet: E0, EA and FD. RGB value is (224,234,253). Sum of RGB (Red+Green+Blue) = 224+234+253=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 234 (91.80% from 255 or 32.91% 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 #E0EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAFD is #1F1502. Grayscale: #E9E9E9. Windows color (decimal): -2036995 or 16640736. OLE color: 16640736.

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

Color convert

RGB224234253-
CMYK0.110.0800.01
HSL219.31º87.88%93.53%-
HSV(B)219.31º11.46%99.22%-
XYZ77.8981.78104.61-
YUV233.18139.19121.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.50%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=31.50%
G=32.91%
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
Decimal2242342530.110.0800.01219.3187.8893.53
HexE0EAFDB801db585e
Octal340352375131001333130136
Binary11100000111010101111110110111000011101101110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAFD; }

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

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

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

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

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

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

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

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