#E8EDF0

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

Shades of Solitude #E8EDF0

Tints of Solitude #E8EDF0

Color information

#E8EDF0 (or 0xE8EDF0) is unknown color: approx Solitude. HEX triplet: E8, ED and F0. RGB value is (232,237,240). Sum of RGB (Red+Green+Blue) = 232+237+240=709 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.72% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF0 is #17120F. Grayscale: #EBEBEB. Windows color (decimal): -1511952 or 15789544. OLE color: 15789544.

HSL color Cylindrical-coordinate representation of color #E8EDF0: hue angle of 202.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EDF0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232237240-
CMYK0.030.0100.06
HSL202.5º21.05%92.55%-
HSV(B)202.5º3.33%94.12%-
XYZ79.2984.0294.48-
YUV235.85130.34125.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.72%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=32.72%
G=33.43%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322372400.030.0100.06202.521.0592.55
HexE8EDF03106ca155d
Octal350355360310631225135
Binary111010001110110111110000111011011001010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDF0; }

 p { color: rgb(232,237,240); }

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

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

 a { background-color: rgb(232,237,240); }

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

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

 span { border-color: rgb(232,237,240); }

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