#E0E4EE

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

Shades of Solitude #E0E4EE

Tints of Solitude #E0E4EE

Color information

#E0E4EE (or 0xE0E4EE) is unknown color: approx Solitude. HEX triplet: E0, E4 and EE. RGB value is (224,228,238). Sum of RGB (Red+Green+Blue) = 224+228+238=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4EE is #1F1B11. Grayscale: #E3E3E3. Windows color (decimal): -2038546 or 15656160. OLE color: 15656160.

HSL color Cylindrical-coordinate representation of color #E0E4EE: hue angle of 222.86º 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 #E0E4EE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224228238-
CMYK0.060.0400.07
HSL222.86º29.17%90.59%-
HSV(B)222.86º5.88%93.33%-
XYZ73.9277.5191.95-
YUV227.94133.67125.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.46%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=32.46%
G=33.04%
B=34.49%

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
Decimal2242282380.060.0400.07222.8629.1790.59
HexE0E4EE6407df1d5b
Octal340344356640733735133
Binary111000001110010011101110110100011111011111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4EE; }

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

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

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

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

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

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

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

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