Shades of Solitude #E6EEF5
Tints of Solitude #E6EEF5
RGB
CMYK
RGB Variations
Color information
#E6EEF5 (or 0xE6EEF5) is known color: Solitude. HEX triplet: E6, EE and F5. RGB value is (230,238,245). Sum of RGB (Red+Green+Blue) = 230+238+245=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEF5 is #19110A. Grayscale: #ECECEC. Windows color (decimal): -1642763 or 16117478. OLE color: 16117478.
HSL color Cylindrical-coordinate representation of color #E6EEF5: hue angle of 208º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EEF5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 238 | 245 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.04 |
| HSL | 208º | 0.43% | 0.93% | - |
| HSV(B) | 208º | 0.06% | 0.96% | - |
| XYZ | 79.69 | 84.56 | 98.51 | - |
| YUV | 236.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 245 | 0.06 | 0.03 | 0 | 0.04 | 208 | 0.43 | 0.93 |
| Hex | E6 | EE | F5 | 6 | 3 | 0 | 4 | D0 | 2B | 5D |
| Octal | 346 | 356 | 365 | 6 | 3 | 0 | 4 | 320 | 53 | 135 |
| Binary | 11100110 | 11101110 | 11110101 | 110 | 11 | 0 | 100 | 11010000 | 101011 | 1011101 |
Color Harmonies of #E6EEF5
Complementary color
Monochromatic Colors of #E6EEF5
Black with #E6EEF5
Text Example
Text Example
White with #E6EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEF5; }
p { color: rgb(230,238,245); }
H1.HeaderClassName
{
color: #E6EEF5;
}
.AnyTagClassName
{
color: #E6EEF5;
}
</style>
background-color css
<style>
a { background-color: #E6EEF5; }
a { background-color: rgb(230,238,245); }
div.DivClassName
{
background-color: #E6EEF5;
}
.BgClassName
{
background-color: #E6EEF5;
}
</style>
border-color css
<style>
span { border-color: #E6EEF5; }
span { border-color: rgb(230,238,245); }
td.TdClassName
{
border-color: #E6EEF5;
}
.TagClassName
{
border-color: #E6EEF5;
}
</style>