#E0E8F3

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

Shades of Solitude #E0E8F3

Tints of Solitude #E0E8F3

Color information

#E0E8F3 (or 0xE0E8F3) is unknown color: approx Solitude. HEX triplet: E0, E8 and F3. RGB value is (224,232,243). Sum of RGB (Red+Green+Blue) = 224+232+243=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0E8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8F3 is #1F170C. Grayscale: #E6E6E6. Windows color (decimal): -2037517 or 15984864. OLE color: 15984864.

HSL color Cylindrical-coordinate representation of color #E0E8F3: hue angle of 214.74º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0E8F3 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224232243-
CMYK0.080.0500.05
HSL214.74º44.19%91.57%-
HSV(B)214.74º7.82%95.29%-
XYZ75.7780.0396.25-
YUV230.86134.85123.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.05%
GREEN value IS 232 (91.02% from 255) = 33.19%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=32.05%
G=33.19%
B=34.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242322430.080.0500.05214.7444.1991.57
HexE0E8F38505d72c5c
Octal3403503631050532754134
Binary11100000111010001111001110001010101110101111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E8F3; }

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

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

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

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

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

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

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

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