Shades of Solitude #E6E9EF
Tints of Solitude #E6E9EF
RGB
CMYK
RGB Variations
Color information
#E6E9EF (or 0xE6E9EF) is known color: Solitude. HEX triplet: E6, E9 and EF. RGB value is (230,233,239). Sum of RGB (Red+Green+Blue) = 230+233+239=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E9EF is #191610. Grayscale: #E8E8E8. Windows color (decimal): -1644049 or 15722982. OLE color: 15722982.
HSL color Cylindrical-coordinate representation of color #E6E9EF: hue angle of 220º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6E9EF is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 233 | 239 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.06 |
| HSL | 220º | 0.22% | 0.92% | - |
| HSV(B) | 220º | 0.04% | 0.94% | - |
| XYZ | 77.35 | 81.33 | 93.28 | - |
| YUV | 232.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 239 | 0.04 | 0.03 | 0 | 0.06 | 220 | 0.22 | 0.92 |
| Hex | E6 | E9 | EF | 4 | 3 | 0 | 6 | DC | 16 | 5C |
| Octal | 346 | 351 | 357 | 4 | 3 | 0 | 6 | 334 | 26 | 134 |
| Binary | 11100110 | 11101001 | 11101111 | 100 | 11 | 0 | 110 | 11011100 | 10110 | 1011100 |
Color Harmonies of #E6E9EF
Complementary color
Monochromatic Colors of #E6E9EF
Black with #E6E9EF
Text Example
Text Example
White with #E6E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9EF; }
p { color: rgb(230,233,239); }
H1.HeaderClassName
{
color: #E6E9EF;
}
.AnyTagClassName
{
color: #E6E9EF;
}
</style>
background-color css
<style>
a { background-color: #E6E9EF; }
a { background-color: rgb(230,233,239); }
div.DivClassName
{
background-color: #E6E9EF;
}
.BgClassName
{
background-color: #E6E9EF;
}
</style>
border-color css
<style>
span { border-color: #E6E9EF; }
span { border-color: rgb(230,233,239); }
td.TdClassName
{
border-color: #E6E9EF;
}
.TagClassName
{
border-color: #E6E9EF;
}
</style>