Shades of Solitude #E6EEF6
Tints of Solitude #E6EEF6
RGB
CMYK
RGB Variations
Color information
#E6EEF6 (or 0xE6EEF6) is known color: Solitude. HEX triplet: E6, EE and F6. RGB value is (230,238,246). Sum of RGB (Red+Green+Blue) = 230+238+246=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6EEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEF6 is #191109. Grayscale: #ECECEC. Windows color (decimal): -1642762 or 16183014. OLE color: 16183014.
HSL color Cylindrical-coordinate representation of color #E6EEF6: hue angle of 210º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6EEF6 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 238 | 246 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.04 |
| HSL | 210º | 0.47% | 0.93% | - |
| HSV(B) | 210º | 0.07% | 0.96% | - |
| XYZ | 79.84 | 84.63 | 99.32 | - |
| YUV | 236.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 246 | 0.07 | 0.03 | 0 | 0.04 | 210 | 0.47 | 0.93 |
| Hex | E6 | EE | F6 | 7 | 3 | 0 | 4 | D2 | 2F | 5D |
| Octal | 346 | 356 | 366 | 7 | 3 | 0 | 4 | 322 | 57 | 135 |
| Binary | 11100110 | 11101110 | 11110110 | 111 | 11 | 0 | 100 | 11010010 | 101111 | 1011101 |
Color Harmonies of #E6EEF6
Complementary color
Monochromatic Colors of #E6EEF6
Black with #E6EEF6
Text Example
Text Example
White with #E6EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEF6; }
p { color: rgb(230,238,246); }
H1.HeaderClassName
{
color: #E6EEF6;
}
.AnyTagClassName
{
color: #E6EEF6;
}
</style>
background-color css
<style>
a { background-color: #E6EEF6; }
a { background-color: rgb(230,238,246); }
div.DivClassName
{
background-color: #E6EEF6;
}
.BgClassName
{
background-color: #E6EEF6;
}
</style>
border-color css
<style>
span { border-color: #E6EEF6; }
span { border-color: rgb(230,238,246); }
td.TdClassName
{
border-color: #E6EEF6;
}
.TagClassName
{
border-color: #E6EEF6;
}
</style>