Shades of Solitude #E2EAFC
Tints of Solitude #E2EAFC
RGB
CMYK
RGB Variations
Color information
#E2EAFC (or 0xE2EAFC) is known color: Solitude. HEX triplet: E2, EA and FC. RGB value is (226,234,252). Sum of RGB (Red+Green+Blue) = 226+234+252=712 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.74% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAFC is #1D1503. Grayscale: #E9E9E9. Windows color (decimal): -1905924 or 16575202. OLE color: 16575202.
HSL color Cylindrical-coordinate representation of color #E2EAFC: hue angle of 221.54º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EAFC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 234 | 252 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.01 |
| HSL | 221.54º | 0.81% | 0.94% | - |
| HSV(B) | 221.54º | 0.1% | 0.99% | - |
| XYZ | 78.36 | 82.04 | 103.8 | - |
| YUV | 233.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 252 | 0.10 | 0.07 | 0 | 0.01 | 221.54 | 0.81 | 0.94 |
| Hex | E2 | EA | FC | A | 7 | 0 | 1 | DE | 51 | 5E |
| Octal | 342 | 352 | 374 | 12 | 7 | 0 | 1 | 336 | 121 | 136 |
| Binary | 11100010 | 11101010 | 11111100 | 1010 | 111 | 0 | 1 | 11011110 | 1010001 | 1011110 |
Color Harmonies of #E2EAFC
Complementary color
Monochromatic Colors of #E2EAFC
Black with #E2EAFC
Text Example
Text Example
White with #E2EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAFC; }
p { color: rgb(226,234,252); }
H1.HeaderClassName
{
color: #E2EAFC;
}
.AnyTagClassName
{
color: #E2EAFC;
}
</style>
background-color css
<style>
a { background-color: #E2EAFC; }
a { background-color: rgb(226,234,252); }
div.DivClassName
{
background-color: #E2EAFC;
}
.BgClassName
{
background-color: #E2EAFC;
}
</style>
border-color css
<style>
span { border-color: #E2EAFC; }
span { border-color: rgb(226,234,252); }
td.TdClassName
{
border-color: #E2EAFC;
}
.TagClassName
{
border-color: #E2EAFC;
}
</style>