Shades of Solitude #E4EDFF
Tints of Solitude #E4EDFF
RGB
CMYK
RGB Variations
Color information
#E4EDFF (or 0xE4EDFF) is known color: Solitude. HEX triplet: E4, ED and FF. RGB value is (228,237,255). Sum of RGB (Red+Green+Blue) = 228+237+255=720 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.67% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDFF is #1B1200. Grayscale: #ECECEC. Windows color (decimal): -1774081 or 16772580. OLE color: 16772580.
HSL color Cylindrical-coordinate representation of color #E4EDFF: hue angle of 220º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4EDFF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 237 | 255 | - |
| CMYK | 0.11 | 0.07 | 0 | 0 |
| HSL | 220º | 1% | 0.95% | - |
| HSV(B) | 220º | 0.11% | 1% | - |
| XYZ | 80.33 | 84.28 | 106.64 | - |
| YUV | 236.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 255 | 0.11 | 0.07 | 0 | 0 | 220 | 1 | 0.95 |
| Hex | E4 | ED | FF | B | 7 | 0 | 0 | DC | 64 | 5F |
| Octal | 344 | 355 | 377 | 13 | 7 | 0 | 0 | 334 | 144 | 137 |
| Binary | 11100100 | 11101101 | 11111111 | 1011 | 111 | 0 | 0 | 11011100 | 1100100 | 1011111 |
Color Harmonies of #E4EDFF
Complementary color
Monochromatic Colors of #E4EDFF
Black with #E4EDFF
Text Example
Text Example
White with #E4EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDFF; }
p { color: rgb(228,237,255); }
H1.HeaderClassName
{
color: #E4EDFF;
}
.AnyTagClassName
{
color: #E4EDFF;
}
</style>
background-color css
<style>
a { background-color: #E4EDFF; }
a { background-color: rgb(228,237,255); }
div.DivClassName
{
background-color: #E4EDFF;
}
.BgClassName
{
background-color: #E4EDFF;
}
</style>
border-color css
<style>
span { border-color: #E4EDFF; }
span { border-color: rgb(228,237,255); }
td.TdClassName
{
border-color: #E4EDFF;
}
.TagClassName
{
border-color: #E4EDFF;
}
</style>