Shades of Solitude #E9EAEB
Tints of Solitude #E9EAEB
RGB
CMYK
RGB Variations
Color information
#E9EAEB (or 0xE9EAEB) is known color: Solitude. HEX triplet: E9, EA and EB. RGB value is (233,234,235). Sum of RGB (Red+Green+Blue) = 233+234+235=702 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.19% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAEB is #161514. Grayscale: #E9E9E9. Windows color (decimal): -1447189 or 15461097. OLE color: 15461097.
HSL color Cylindrical-coordinate representation of color #E9EAEB: hue angle of 210º degrees, saturation: 0.05, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E9EAEB is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 234 | 235 | - |
CMYK | 0.01 | 0.00 | 0 | 0.08 |
HSL | 210º | 0.05% | 0.92% | - |
HSV(B) | 210º | 0.01% | 0.92% | - |
XYZ | 78.02 | 82.17 | 90.34 | - |
YUV | 233.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 235 | 0.01 | 0.00 | 0 | 0.08 | 210 | 0.05 | 0.92 |
Hex | E9 | EA | EB | 1 | 0 | 0 | 8 | D2 | 5 | 5C |
Octal | 351 | 352 | 353 | 1 | 0 | 0 | 10 | 322 | 5 | 134 |
Binary | 11101001 | 11101010 | 11101011 | 1 | 0 | 0 | 1000 | 11010010 | 101 | 1011100 |
Color Harmonies of #E9EAEB
Complementary color
Monochromatic Colors of #E9EAEB
Black with #E9EAEB
Text Example
Text Example
White with #E9EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAEB; }
p { color: rgb(233,234,235); }
H1.HeaderClassName
{
color: #E9EAEB;
}
.AnyTagClassName
{
color: #E9EAEB;
}
</style>
background-color css
<style>
a { background-color: #E9EAEB; }
a { background-color: rgb(233,234,235); }
div.DivClassName
{
background-color: #E9EAEB;
}
.BgClassName
{
background-color: #E9EAEB;
}
</style>
border-color css
<style>
span { border-color: #E9EAEB; }
span { border-color: rgb(233,234,235); }
td.TdClassName
{
border-color: #E9EAEB;
}
.TagClassName
{
border-color: #E9EAEB;
}
</style>