#E9EDF1

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

Shades of Solitude #E9EDF1

Tints of Solitude #E9EDF1

Color information

#E9EDF1 (or 0xE9EDF1) is unknown color: approx Solitude. HEX triplet: E9, ED and F1. RGB value is (233,237,241). Sum of RGB (Red+Green+Blue) = 233+237+241=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDF1 is #16120E. Grayscale: #ECECEC. Windows color (decimal): -1446415 or 15855081. OLE color: 15855081.

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

Color convert

RGB233237241-
CMYK0.030.0200.05
HSL210º22.22%92.94%-
HSV(B)210º3.32%94.51%-
XYZ79.7784.2495.28-
YUV236.26130.67125.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.77%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=32.77%
G=33.33%
B=33.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332372410.030.0200.0521022.2292.94
HexE9EDF13205d2165d
Octal351355361320532226135
Binary1110100111101101111100011110010111010010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDF1; }

 p { color: rgb(233,237,241); }

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

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

 a { background-color: rgb(233,237,241); }

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

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

 span { border-color: rgb(233,237,241); }

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