Shades of Solitude #E5EFFC
Tints of Solitude #E5EFFC
RGB
CMYK
RGB Variations
Color information
#E5EFFC (or 0xE5EFFC) is known color: Solitude. HEX triplet: E5, EF and FC. RGB value is (229,239,252). Sum of RGB (Red+Green+Blue) = 229+239+252=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFC is #1A1003. Grayscale: #EDEDED. Windows color (decimal): -1708036 or 16576485. OLE color: 16576485.
HSL color Cylindrical-coordinate representation of color #E5EFFC: hue angle of 213.91º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EFFC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 239 | 252 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.01 |
| HSL | 213.91º | 0.79% | 0.94% | - |
| HSV(B) | 213.91º | 0.09% | 0.99% | - |
| XYZ | 80.75 | 85.42 | 104.33 | - |
| YUV | 237.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 252 | 0.09 | 0.05 | 0 | 0.01 | 213.91 | 0.79 | 0.94 |
| Hex | E5 | EF | FC | 9 | 5 | 0 | 1 | D6 | 4F | 5E |
| Octal | 345 | 357 | 374 | 11 | 5 | 0 | 1 | 326 | 117 | 136 |
| Binary | 11100101 | 11101111 | 11111100 | 1001 | 101 | 0 | 1 | 11010110 | 1001111 | 1011110 |
Color Harmonies of #E5EFFC
Complementary color
Monochromatic Colors of #E5EFFC
Black with #E5EFFC
Text Example
Text Example
White with #E5EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFFC; }
p { color: rgb(229,239,252); }
H1.HeaderClassName
{
color: #E5EFFC;
}
.AnyTagClassName
{
color: #E5EFFC;
}
</style>
background-color css
<style>
a { background-color: #E5EFFC; }
a { background-color: rgb(229,239,252); }
div.DivClassName
{
background-color: #E5EFFC;
}
.BgClassName
{
background-color: #E5EFFC;
}
</style>
border-color css
<style>
span { border-color: #E5EFFC; }
span { border-color: rgb(229,239,252); }
td.TdClassName
{
border-color: #E5EFFC;
}
.TagClassName
{
border-color: #E5EFFC;
}
</style>