#E0E8FD

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

Shades of Solitude #E0E8FD

Tints of Solitude #E0E8FD

Color information

#E0E8FD (or 0xE0E8FD) is unknown color: approx Solitude. HEX triplet: E0, E8 and FD. RGB value is (224,232,253). Sum of RGB (Red+Green+Blue) = 224+232+253=709 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.59% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8FD is #1F1702. Grayscale: #E7E7E7. Windows color (decimal): -2037507 or 16640224. OLE color: 16640224.

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

Color convert

RGB224232253-
CMYK0.110.0800.01
HSL223.45º87.88%93.53%-
HSV(B)223.45º11.46%99.22%-
XYZ77.3380.65104.42-
YUV232139.85122.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.59%
GREEN value IS 232 (91.02% from 255) = 32.72%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=31.59%
G=32.72%
B=35.68%

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
Decimal2242322530.110.0800.01223.4587.8893.53
HexE0E8FDB801df585e
Octal340350375131001337130136
Binary11100000111010001111110110111000011101111110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E8FD; }

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

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

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

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

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

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

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

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