Shades of Solitude #E2EDF8
Tints of Solitude #E2EDF8
RGB
CMYK
RGB Variations
Color information
#E2EDF8 (or 0xE2EDF8) is known color: Solitude. HEX triplet: E2, ED and F8. RGB value is (226,237,248). Sum of RGB (Red+Green+Blue) = 226+237+248=711 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.79% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDF8 is #1D1207. Grayscale: #EAEAEA. Windows color (decimal): -1905160 or 16313826. OLE color: 16313826.
HSL color Cylindrical-coordinate representation of color #E2EDF8: hue angle of 210º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2EDF8 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 237 | 248 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.03 |
| HSL | 210º | 0.61% | 0.93% | - |
| HSV(B) | 210º | 0.09% | 0.97% | - |
| XYZ | 78.59 | 83.51 | 100.78 | - |
| YUV | 234.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 248 | 0.09 | 0.04 | 0 | 0.03 | 210 | 0.61 | 0.93 |
| Hex | E2 | ED | F8 | 9 | 4 | 0 | 3 | D2 | 3D | 5D |
| Octal | 342 | 355 | 370 | 11 | 4 | 0 | 3 | 322 | 75 | 135 |
| Binary | 11100010 | 11101101 | 11111000 | 1001 | 100 | 0 | 11 | 11010010 | 111101 | 1011101 |
Color Harmonies of #E2EDF8
Complementary color
Monochromatic Colors of #E2EDF8
Black with #E2EDF8
Text Example
Text Example
White with #E2EDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDF8; }
p { color: rgb(226,237,248); }
H1.HeaderClassName
{
color: #E2EDF8;
}
.AnyTagClassName
{
color: #E2EDF8;
}
</style>
background-color css
<style>
a { background-color: #E2EDF8; }
a { background-color: rgb(226,237,248); }
div.DivClassName
{
background-color: #E2EDF8;
}
.BgClassName
{
background-color: #E2EDF8;
}
</style>
border-color css
<style>
span { border-color: #E2EDF8; }
span { border-color: rgb(226,237,248); }
td.TdClassName
{
border-color: #E2EDF8;
}
.TagClassName
{
border-color: #E2EDF8;
}
</style>