Shades of Solitude #E4EDF4
Tints of Solitude #E4EDF4
RGB
CMYK
RGB Variations
Color information
#E4EDF4 (or 0xE4EDF4) is known color: Solitude. HEX triplet: E4, ED and F4. RGB value is (228,237,244). Sum of RGB (Red+Green+Blue) = 228+237+244=709 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.16% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 244 (95.70% from 255 or 34.41% from 709); Max value from RGB is 244 - color contains mainly: blue. Hex color #E4EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDF4 is #1B120B. Grayscale: #EBEBEB. Windows color (decimal): -1774092 or 16051684. OLE color: 16051684.
HSL color Cylindrical-coordinate representation of color #E4EDF4: hue angle of 206.25º degrees, saturation: 0.42, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4EDF4 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 237 | 244 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.04 |
| HSL | 206.25º | 0.42% | 0.93% | - |
| HSV(B) | 206.25º | 0.07% | 0.96% | - |
| XYZ | 78.61 | 83.59 | 97.58 | - |
| YUV | 235.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 244 | 0.07 | 0.03 | 0 | 0.04 | 206.25 | 0.42 | 0.93 |
| Hex | E4 | ED | F4 | 7 | 3 | 0 | 4 | CE | 2A | 5D |
| Octal | 344 | 355 | 364 | 7 | 3 | 0 | 4 | 316 | 52 | 135 |
| Binary | 11100100 | 11101101 | 11110100 | 111 | 11 | 0 | 100 | 11001110 | 101010 | 1011101 |
Color Harmonies of #E4EDF4
Complementary color
Monochromatic Colors of #E4EDF4
Black with #E4EDF4
Text Example
Text Example
White with #E4EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDF4; }
p { color: rgb(228,237,244); }
H1.HeaderClassName
{
color: #E4EDF4;
}
.AnyTagClassName
{
color: #E4EDF4;
}
</style>
background-color css
<style>
a { background-color: #E4EDF4; }
a { background-color: rgb(228,237,244); }
div.DivClassName
{
background-color: #E4EDF4;
}
.BgClassName
{
background-color: #E4EDF4;
}
</style>
border-color css
<style>
span { border-color: #E4EDF4; }
span { border-color: rgb(228,237,244); }
td.TdClassName
{
border-color: #E4EDF4;
}
.TagClassName
{
border-color: #E4EDF4;
}
</style>