Shades of Solitude #E5EEF5
Tints of Solitude #E5EEF5
RGB
CMYK
RGB Variations
Color information
#E5EEF5 (or 0xE5EEF5) is known color: Solitude. HEX triplet: E5, EE and F5. RGB value is (229,238,245). Sum of RGB (Red+Green+Blue) = 229+238+245=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5EEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEF5 is #1A110A. Grayscale: #ECECEC. Windows color (decimal): -1708299 or 16117477. OLE color: 16117477.
HSL color Cylindrical-coordinate representation of color #E5EEF5: hue angle of 206.25º degrees, saturation: 0.44, 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 #E5EEF5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 238 | 245 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.04 |
| HSL | 206.25º | 0.44% | 0.93% | - |
| HSV(B) | 206.25º | 0.07% | 0.96% | - |
| XYZ | 79.37 | 84.4 | 98.49 | - |
| YUV | 236.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 238 | 245 | 0.07 | 0.03 | 0 | 0.04 | 206.25 | 0.44 | 0.93 |
| Hex | E5 | EE | F5 | 7 | 3 | 0 | 4 | CE | 2C | 5D |
| Octal | 345 | 356 | 365 | 7 | 3 | 0 | 4 | 316 | 54 | 135 |
| Binary | 11100101 | 11101110 | 11110101 | 111 | 11 | 0 | 100 | 11001110 | 101100 | 1011101 |
Color Harmonies of #E5EEF5
Complementary color
Monochromatic Colors of #E5EEF5
Black with #E5EEF5
Text Example
Text Example
White with #E5EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEF5; }
p { color: rgb(229,238,245); }
H1.HeaderClassName
{
color: #E5EEF5;
}
.AnyTagClassName
{
color: #E5EEF5;
}
</style>
background-color css
<style>
a { background-color: #E5EEF5; }
a { background-color: rgb(229,238,245); }
div.DivClassName
{
background-color: #E5EEF5;
}
.BgClassName
{
background-color: #E5EEF5;
}
</style>
border-color css
<style>
span { border-color: #E5EEF5; }
span { border-color: rgb(229,238,245); }
td.TdClassName
{
border-color: #E5EEF5;
}
.TagClassName
{
border-color: #E5EEF5;
}
</style>