#E0E6EE

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

Shades of Solitude #E0E6EE

Tints of Solitude #E0E6EE

Color information

#E0E6EE (or 0xE0E6EE) is unknown color: approx Solitude. HEX triplet: E0, E6 and EE. RGB value is (224,230,238). Sum of RGB (Red+Green+Blue) = 224+230+238=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6EE is #1F1911. Grayscale: #E5E5E5. Windows color (decimal): -2038034 or 15656672. OLE color: 15656672.

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

Color convert

RGB224230238-
CMYK0.060.0300.07
HSL214.29º29.17%90.59%-
HSV(B)214.29º5.88%93.33%-
XYZ74.4778.6192.14-
YUV229.12133.01124.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.37%
GREEN value IS 230 (90.23% from 255) = 33.24%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=32.37%
G=33.24%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242302380.060.0300.07214.2929.1790.59
HexE0E6EE6307d61d5b
Octal340346356630732635133
Binary11100000111001101110111011011011111010110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E6EE; }

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

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

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

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

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

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

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

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