Shades of Solitude #E4EFFC
Tints of Solitude #E4EFFC
RGB
CMYK
RGB Variations
Color information
#E4EFFC (or 0xE4EFFC) is known color: Solitude. HEX triplet: E4, EF and FC. RGB value is (228,239,252). Sum of RGB (Red+Green+Blue) = 228+239+252=719 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.71% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EFFC is #1B1003. Grayscale: #EDEDED. Windows color (decimal): -1773572 or 16576484. OLE color: 16576484.
HSL color Cylindrical-coordinate representation of color #E4EFFC: hue angle of 212.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4EFFC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 239 | 252 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.01 |
| HSL | 212.5º | 0.8% | 0.94% | - |
| HSV(B) | 212.5º | 0.1% | 0.99% | - |
| XYZ | 80.43 | 85.26 | 104.31 | - |
| YUV | 237.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 239 | 252 | 0.10 | 0.05 | 0 | 0.01 | 212.5 | 0.8 | 0.94 |
| Hex | E4 | EF | FC | A | 5 | 0 | 1 | D4 | 50 | 5E |
| Octal | 344 | 357 | 374 | 12 | 5 | 0 | 1 | 324 | 120 | 136 |
| Binary | 11100100 | 11101111 | 11111100 | 1010 | 101 | 0 | 1 | 11010100 | 1010000 | 1011110 |
Color Harmonies of #E4EFFC
Complementary color
Monochromatic Colors of #E4EFFC
Black with #E4EFFC
Text Example
Text Example
White with #E4EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EFFC; }
p { color: rgb(228,239,252); }
H1.HeaderClassName
{
color: #E4EFFC;
}
.AnyTagClassName
{
color: #E4EFFC;
}
</style>
background-color css
<style>
a { background-color: #E4EFFC; }
a { background-color: rgb(228,239,252); }
div.DivClassName
{
background-color: #E4EFFC;
}
.BgClassName
{
background-color: #E4EFFC;
}
</style>
border-color css
<style>
span { border-color: #E4EFFC; }
span { border-color: rgb(228,239,252); }
td.TdClassName
{
border-color: #E4EFFC;
}
.TagClassName
{
border-color: #E4EFFC;
}
</style>