Shades of Solitude #E8EDF4
Tints of Solitude #E8EDF4
RGB
CMYK
RGB Variations
Color information
#E8EDF4 (or 0xE8EDF4) is known color: Solitude. HEX triplet: E8, ED and F4. RGB value is (232,237,244). Sum of RGB (Red+Green+Blue) = 232+237+244=713 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.54% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF4 is #17120B. Grayscale: #ECECEC. Windows color (decimal): -1511948 or 16051688. OLE color: 16051688.
HSL color Cylindrical-coordinate representation of color #E8EDF4: hue angle of 215º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8EDF4 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 232 | 237 | 244 | - |
CMYK | 0.05 | 0.03 | 0 | 0.04 |
HSL | 215º | 0.35% | 0.93% | - |
HSV(B) | 215º | 0.05% | 0.96% | - |
XYZ | 79.89 | 84.26 | 97.64 | - |
YUV | 236.3 | 132.34 | 124.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 237 | 244 | 0.05 | 0.03 | 0 | 0.04 | 215 | 0.35 | 0.93 |
Hex | E8 | ED | F4 | 5 | 3 | 0 | 4 | D7 | 23 | 5D |
Octal | 350 | 355 | 364 | 5 | 3 | 0 | 4 | 327 | 43 | 135 |
Binary | 11101000 | 11101101 | 11110100 | 101 | 11 | 0 | 100 | 11010111 | 100011 | 1011101 |
Color Harmonies of #E8EDF4
Complementary color
Monochromatic Colors of #E8EDF4
Black with #E8EDF4
Text Example
Text Example
White with #E8EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDF4; }
p { color: rgb(232,237,244); }
H1.HeaderClassName
{
color: #E8EDF4;
}
.AnyTagClassName
{
color: #E8EDF4;
}
</style>
background-color css
<style>
a { background-color: #E8EDF4; }
a { background-color: rgb(232,237,244); }
div.DivClassName
{
background-color: #E8EDF4;
}
.BgClassName
{
background-color: #E8EDF4;
}
</style>
border-color css
<style>
span { border-color: #E8EDF4; }
span { border-color: rgb(232,237,244); }
td.TdClassName
{
border-color: #E8EDF4;
}
.TagClassName
{
border-color: #E8EDF4;
}
</style>