Shades of Solitude #E4EFFE
Tints of Solitude #E4EFFE
RGB
CMYK
RGB Variations
Color information
#E4EFFE (or 0xE4EFFE) is known color: Solitude. HEX triplet: E4, EF and FE. RGB value is (228,239,254). Sum of RGB (Red+Green+Blue) = 228+239+254=721 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.62% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EFFE is #1B1001. Grayscale: #EDEDED. Windows color (decimal): -1773570 or 16707556. OLE color: 16707556.
HSL color Cylindrical-coordinate representation of color #E4EFFE: hue angle of 214.62º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4EFFE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 239 | 254 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.00 |
| HSL | 214.62º | 0.93% | 0.95% | - |
| HSV(B) | 214.62º | 0.1% | 1% | - |
| XYZ | 80.75 | 85.38 | 105.99 | - |
| YUV | 237.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 239 | 254 | 0.10 | 0.06 | 0 | 0.00 | 214.62 | 0.93 | 0.95 |
| Hex | E4 | EF | FE | A | 6 | 0 | 0 | D7 | 5D | 5F |
| Octal | 344 | 357 | 376 | 12 | 6 | 0 | 0 | 327 | 135 | 137 |
| Binary | 11100100 | 11101111 | 11111110 | 1010 | 110 | 0 | 0 | 11010111 | 1011101 | 1011111 |
Color Harmonies of #E4EFFE
Complementary color
Monochromatic Colors of #E4EFFE
Black with #E4EFFE
Text Example
Text Example
White with #E4EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EFFE; }
p { color: rgb(228,239,254); }
H1.HeaderClassName
{
color: #E4EFFE;
}
.AnyTagClassName
{
color: #E4EFFE;
}
</style>
background-color css
<style>
a { background-color: #E4EFFE; }
a { background-color: rgb(228,239,254); }
div.DivClassName
{
background-color: #E4EFFE;
}
.BgClassName
{
background-color: #E4EFFE;
}
</style>
border-color css
<style>
span { border-color: #E4EFFE; }
span { border-color: rgb(228,239,254); }
td.TdClassName
{
border-color: #E4EFFE;
}
.TagClassName
{
border-color: #E4EFFE;
}
</style>