Shades of Solitude #EAEBED
Tints of Solitude #EAEBED
RGB
CMYK
RGB Variations
Color information
#EAEBED (or 0xEAEBED) is known color: Solitude. HEX triplet: EA, EB and ED. RGB value is (234,235,237). Sum of RGB (Red+Green+Blue) = 234+235+237=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBED is #151412. Grayscale: #EAEAEA. Windows color (decimal): -1381395 or 15592426. OLE color: 15592426.
HSL color Cylindrical-coordinate representation of color #EAEBED: hue angle of 220º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAEBED is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 235 | 237 | - |
CMYK | 0.01 | 0.01 | 0 | 0.07 |
HSL | 220º | 0.08% | 0.92% | - |
HSV(B) | 220º | 0.01% | 0.93% | - |
XYZ | 78.93 | 83.02 | 91.99 | - |
YUV | 234.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 235 | 237 | 0.01 | 0.01 | 0 | 0.07 | 220 | 0.08 | 0.92 |
Hex | EA | EB | ED | 1 | 1 | 0 | 7 | DC | 8 | 5C |
Octal | 352 | 353 | 355 | 1 | 1 | 0 | 7 | 334 | 10 | 134 |
Binary | 11101010 | 11101011 | 11101101 | 1 | 1 | 0 | 111 | 11011100 | 1000 | 1011100 |
Color Harmonies of #EAEBED
Complementary color
Monochromatic Colors of #EAEBED
Black with #EAEBED
Text Example
Text Example
White with #EAEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBED; }
p { color: rgb(234,235,237); }
H1.HeaderClassName
{
color: #EAEBED;
}
.AnyTagClassName
{
color: #EAEBED;
}
</style>
background-color css
<style>
a { background-color: #EAEBED; }
a { background-color: rgb(234,235,237); }
div.DivClassName
{
background-color: #EAEBED;
}
.BgClassName
{
background-color: #EAEBED;
}
</style>
border-color css
<style>
span { border-color: #EAEBED; }
span { border-color: rgb(234,235,237); }
td.TdClassName
{
border-color: #EAEBED;
}
.TagClassName
{
border-color: #EAEBED;
}
</style>