#E1E6EE

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

Shades of Solitude #E1E6EE

Tints of Solitude #E1E6EE

Color information

#E1E6EE (or 0xE1E6EE) is unknown color: approx Solitude. HEX triplet: E1, E6 and EE. RGB value is (225,230,238). Sum of RGB (Red+Green+Blue) = 225+230+238=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6EE is #1E1911. Grayscale: #E5E5E5. Windows color (decimal): -1972498 or 15656673. OLE color: 15656673.

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

Color convert

RGB225230238-
CMYK0.050.0300.07
HSL216.92º27.66%90.78%-
HSV(B)216.92º5.46%93.33%-
XYZ74.7878.7792.15-
YUV229.42132.84124.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.47%
GREEN value IS 230 (90.23% from 255) = 33.19%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=32.47%
G=33.19%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252302380.050.0300.07216.9227.6690.78
HexE1E6EE5307d91c5b
Octal341346356530733134133
Binary11100001111001101110111010111011111011001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E6EE; }

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

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

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

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

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

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

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

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