Shades of Solitude #EAEDEF
Tints of Solitude #EAEDEF
RGB
CMYK
RGB Variations
Color information
#EAEDEF (or 0xEAEDEF) is known color: Solitude. HEX triplet: EA, ED and EF. RGB value is (234,237,239). Sum of RGB (Red+Green+Blue) = 234+237+239=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAEDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDEF is #151210. Grayscale: #ECECEC. Windows color (decimal): -1380881 or 15724010. OLE color: 15724010.
HSL color Cylindrical-coordinate representation of color #EAEDEF: hue angle of 204º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAEDEF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 237 | 239 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.06 |
| HSL | 204º | 0.14% | 0.93% | - |
| HSV(B) | 204º | 0.02% | 0.94% | - |
| XYZ | 79.8 | 84.29 | 93.73 | - |
| YUV | 236.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 239 | 0.02 | 0.01 | 0 | 0.06 | 204 | 0.14 | 0.93 |
| Hex | EA | ED | EF | 2 | 1 | 0 | 6 | CC | E | 5D |
| Octal | 352 | 355 | 357 | 2 | 1 | 0 | 6 | 314 | 16 | 135 |
| Binary | 11101010 | 11101101 | 11101111 | 10 | 1 | 0 | 110 | 11001100 | 1110 | 1011101 |
Color Harmonies of #EAEDEF
Complementary color
Monochromatic Colors of #EAEDEF
Black with #EAEDEF
Text Example
Text Example
White with #EAEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDEF; }
p { color: rgb(234,237,239); }
H1.HeaderClassName
{
color: #EAEDEF;
}
.AnyTagClassName
{
color: #EAEDEF;
}
</style>
background-color css
<style>
a { background-color: #EAEDEF; }
a { background-color: rgb(234,237,239); }
div.DivClassName
{
background-color: #EAEDEF;
}
.BgClassName
{
background-color: #EAEDEF;
}
</style>
border-color css
<style>
span { border-color: #EAEDEF; }
span { border-color: rgb(234,237,239); }
td.TdClassName
{
border-color: #EAEDEF;
}
.TagClassName
{
border-color: #EAEDEF;
}
</style>