#E0E5EE

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

Shades of Solitude #E0E5EE

Tints of Solitude #E0E5EE

Color information

#E0E5EE (or 0xE0E5EE) is unknown color: approx Solitude. HEX triplet: E0, E5 and EE. RGB value is (224,229,238). Sum of RGB (Red+Green+Blue) = 224+229+238=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E5EE is #1F1A11. Grayscale: #E4E4E4. Windows color (decimal): -2038290 or 15656416. OLE color: 15656416.

HSL color Cylindrical-coordinate representation of color #E0E5EE: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E5EE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224229238-
CMYK0.060.0400.07
HSL218.57º29.17%90.59%-
HSV(B)218.57º5.88%93.33%-
XYZ74.1978.0692.05-
YUV228.53133.34124.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.42%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=32.42%
G=33.14%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242292380.060.0400.07218.5729.1790.59
HexE0E5EE6407db1d5b
Octal340345356640733335133
Binary111000001110010111101110110100011111011011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5EE; }

 p { color: rgb(224,229,238); }

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

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

 a { background-color: rgb(224,229,238); }

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

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

 span { border-color: rgb(224,229,238); }

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