#E1E4EC

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

Shades of Solitude #E1E4EC

Tints of Solitude #E1E4EC

Color information

#E1E4EC (or 0xE1E4EC) is unknown color: approx Solitude. HEX triplet: E1, E4 and EC. RGB value is (225,228,236). Sum of RGB (Red+Green+Blue) = 225+228+236=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4EC is #1E1B13. Grayscale: #E3E3E3. Windows color (decimal): -1973012 or 15525089. OLE color: 15525089.

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

Color convert

RGB225228236-
CMYK0.050.0300.07
HSL223.64º22.45%90.39%-
HSV(B)223.64º4.66%92.55%-
XYZ73.9477.5590.43-
YUV228.02132.51125.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.66%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=32.66%
G=33.09%
B=34.25%

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
Decimal2252282360.050.0300.07223.6422.4590.39
HexE1E4EC5307e0165a
Octal341344354530734026132
Binary11100001111001001110110010111011111100000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4EC; }

 p { color: rgb(225,228,236); }

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

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

 a { background-color: rgb(225,228,236); }

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

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

 span { border-color: rgb(225,228,236); }

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