#E0E4E8

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

Shades of Solitude #E0E4E8

Tints of Solitude #E0E4E8

Color information

#E0E4E8 (or 0xE0E4E8) is unknown color: approx Solitude. HEX triplet: E0, E4 and E8. RGB value is (224,228,232). Sum of RGB (Red+Green+Blue) = 224+228+232=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0E4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4E8 is #1F1B17. Grayscale: #E3E3E3. Windows color (decimal): -2038552 or 15262944. OLE color: 15262944.

HSL color Cylindrical-coordinate representation of color #E0E4E8: hue angle of 210º degrees, saturation: 0.15, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0E4E8 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224228232-
CMYK0.030.0200.09
HSL210º14.81%89.41%-
HSV(B)210º3.45%90.98%-
XYZ73.0577.1687.39-
YUV227.26130.67125.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.75%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 232 (91.02% from 255) = 33.92%
R=32.75%
G=33.33%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242282320.030.0200.0921014.8189.41
HexE0E4E83209d2f59
Octal3403443503201132217131
Binary1110000011100100111010001110010011101001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4E8; }

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

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

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

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

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

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

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

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