Shades of Solitude #E4EDFE
Tints of Solitude #E4EDFE
RGB
CMYK
RGB Variations
Color information
#E4EDFE (or 0xE4EDFE) is known color: Solitude. HEX triplet: E4, ED and FE. RGB value is (228,237,254). Sum of RGB (Red+Green+Blue) = 228+237+254=719 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.71% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDFE is #1B1201. Grayscale: #ECECEC. Windows color (decimal): -1774082 or 16707044. OLE color: 16707044.
HSL color Cylindrical-coordinate representation of color #E4EDFE: hue angle of 219.23º 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 #E4EDFE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 237 | 254 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.00 |
| HSL | 219.23º | 0.93% | 0.95% | - |
| HSV(B) | 219.23º | 0.1% | 1% | - |
| XYZ | 80.17 | 84.22 | 105.8 | - |
| YUV | 236.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 254 | 0.10 | 0.07 | 0 | 0.00 | 219.23 | 0.93 | 0.95 |
| Hex | E4 | ED | FE | A | 7 | 0 | 0 | DB | 5D | 5F |
| Octal | 344 | 355 | 376 | 12 | 7 | 0 | 0 | 333 | 135 | 137 |
| Binary | 11100100 | 11101101 | 11111110 | 1010 | 111 | 0 | 0 | 11011011 | 1011101 | 1011111 |
Color Harmonies of #E4EDFE
Complementary color
Monochromatic Colors of #E4EDFE
Black with #E4EDFE
Text Example
Text Example
White with #E4EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDFE; }
p { color: rgb(228,237,254); }
H1.HeaderClassName
{
color: #E4EDFE;
}
.AnyTagClassName
{
color: #E4EDFE;
}
</style>
background-color css
<style>
a { background-color: #E4EDFE; }
a { background-color: rgb(228,237,254); }
div.DivClassName
{
background-color: #E4EDFE;
}
.BgClassName
{
background-color: #E4EDFE;
}
</style>
border-color css
<style>
span { border-color: #E4EDFE; }
span { border-color: rgb(228,237,254); }
td.TdClassName
{
border-color: #E4EDFE;
}
.TagClassName
{
border-color: #E4EDFE;
}
</style>