Shades of Solitude #E9EBED
Tints of Solitude #E9EBED
RGB
CMYK
RGB Variations
Color information
#E9EBED (or 0xE9EBED) is known color: Solitude. HEX triplet: E9, EB and ED. RGB value is (233,235,237). Sum of RGB (Red+Green+Blue) = 233+235+237=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EBED is #161412. Grayscale: #EAEAEA. Windows color (decimal): -1446931 or 15592425. OLE color: 15592425.
HSL color Cylindrical-coordinate representation of color #E9EBED: hue angle of 210º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E9EBED is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 235 | 237 | - |
CMYK | 0.02 | 0.01 | 0 | 0.07 |
HSL | 210º | 0.1% | 0.92% | - |
HSV(B) | 210º | 0.02% | 0.93% | - |
XYZ | 78.6 | 82.85 | 91.97 | - |
YUV | 234.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 235 | 237 | 0.02 | 0.01 | 0 | 0.07 | 210 | 0.1 | 0.92 |
Hex | E9 | EB | ED | 2 | 1 | 0 | 7 | D2 | A | 5C |
Octal | 351 | 353 | 355 | 2 | 1 | 0 | 7 | 322 | 12 | 134 |
Binary | 11101001 | 11101011 | 11101101 | 10 | 1 | 0 | 111 | 11010010 | 1010 | 1011100 |
Color Harmonies of #E9EBED
Complementary color
Monochromatic Colors of #E9EBED
Black with #E9EBED
Text Example
Text Example
White with #E9EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EBED; }
p { color: rgb(233,235,237); }
H1.HeaderClassName
{
color: #E9EBED;
}
.AnyTagClassName
{
color: #E9EBED;
}
</style>
background-color css
<style>
a { background-color: #E9EBED; }
a { background-color: rgb(233,235,237); }
div.DivClassName
{
background-color: #E9EBED;
}
.BgClassName
{
background-color: #E9EBED;
}
</style>
border-color css
<style>
span { border-color: #E9EBED; }
span { border-color: rgb(233,235,237); }
td.TdClassName
{
border-color: #E9EBED;
}
.TagClassName
{
border-color: #E9EBED;
}
</style>