Shades of Solitude #E2ECF8
Tints of Solitude #E2ECF8
RGB
CMYK
RGB Variations
Color information
#E2ECF8 (or 0xE2ECF8) is known color: Solitude. HEX triplet: E2, EC and F8. RGB value is (226,236,248). Sum of RGB (Red+Green+Blue) = 226+236+248=710 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.83% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECF8 is #1D1307. Grayscale: #EAEAEA. Windows color (decimal): -1905416 or 16313570. OLE color: 16313570.
HSL color Cylindrical-coordinate representation of color #E2ECF8: hue angle of 212.73º 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 #E2ECF8 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 236 | 248 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.03 |
| HSL | 212.73º | 0.61% | 0.93% | - |
| HSV(B) | 212.73º | 0.09% | 0.97% | - |
| XYZ | 78.3 | 82.94 | 100.69 | - |
| YUV | 234.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 248 | 0.09 | 0.05 | 0 | 0.03 | 212.73 | 0.61 | 0.93 |
| Hex | E2 | EC | F8 | 9 | 5 | 0 | 3 | D5 | 3D | 5D |
| Octal | 342 | 354 | 370 | 11 | 5 | 0 | 3 | 325 | 75 | 135 |
| Binary | 11100010 | 11101100 | 11111000 | 1001 | 101 | 0 | 11 | 11010101 | 111101 | 1011101 |
Color Harmonies of #E2ECF8
Complementary color
Monochromatic Colors of #E2ECF8
Black with #E2ECF8
Text Example
Text Example
White with #E2ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECF8; }
p { color: rgb(226,236,248); }
H1.HeaderClassName
{
color: #E2ECF8;
}
.AnyTagClassName
{
color: #E2ECF8;
}
</style>
background-color css
<style>
a { background-color: #E2ECF8; }
a { background-color: rgb(226,236,248); }
div.DivClassName
{
background-color: #E2ECF8;
}
.BgClassName
{
background-color: #E2ECF8;
}
</style>
border-color css
<style>
span { border-color: #E2ECF8; }
span { border-color: rgb(226,236,248); }
td.TdClassName
{
border-color: #E2ECF8;
}
.TagClassName
{
border-color: #E2ECF8;
}
</style>