Shades of Solitude #E9EDF0
Tints of Solitude #E9EDF0
RGB
CMYK
RGB Variations
Color information
#E9EDF0 (or 0xE9EDF0) is known color: Solitude. HEX triplet: E9, ED and F0. RGB value is (233,237,240). Sum of RGB (Red+Green+Blue) = 233+237+240=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDF0 is #16120F. Grayscale: #ECECEC. Windows color (decimal): -1446416 or 15789545. OLE color: 15789545.
HSL color Cylindrical-coordinate representation of color #E9EDF0: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9EDF0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 237 | 240 | - |
CMYK | 0.03 | 0.01 | 0 | 0.06 |
HSL | 205.71º | 0.19% | 0.93% | - |
HSV(B) | 205.71º | 0.03% | 0.94% | - |
XYZ | 79.62 | 84.18 | 94.49 | - |
YUV | 236.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 240 | 0.03 | 0.01 | 0 | 0.06 | 205.71 | 0.19 | 0.93 |
Hex | E9 | ED | F0 | 3 | 1 | 0 | 6 | CE | 13 | 5D |
Octal | 351 | 355 | 360 | 3 | 1 | 0 | 6 | 316 | 23 | 135 |
Binary | 11101001 | 11101101 | 11110000 | 11 | 1 | 0 | 110 | 11001110 | 10011 | 1011101 |
Color Harmonies of #E9EDF0
Complementary color
Monochromatic Colors of #E9EDF0
Black with #E9EDF0
Text Example
Text Example
White with #E9EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDF0; }
p { color: rgb(233,237,240); }
H1.HeaderClassName
{
color: #E9EDF0;
}
.AnyTagClassName
{
color: #E9EDF0;
}
</style>
background-color css
<style>
a { background-color: #E9EDF0; }
a { background-color: rgb(233,237,240); }
div.DivClassName
{
background-color: #E9EDF0;
}
.BgClassName
{
background-color: #E9EDF0;
}
</style>
border-color css
<style>
span { border-color: #E9EDF0; }
span { border-color: rgb(233,237,240); }
td.TdClassName
{
border-color: #E9EDF0;
}
.TagClassName
{
border-color: #E9EDF0;
}
</style>