Shades of Solitude #E2ECFC
Tints of Solitude #E2ECFC
RGB
CMYK
RGB Variations
Color information
#E2ECFC (or 0xE2ECFC) is known color: Solitude. HEX triplet: E2, EC and FC. RGB value is (226,236,252). Sum of RGB (Red+Green+Blue) = 226+236+252=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECFC is #1D1303. Grayscale: #EAEAEA. Windows color (decimal): -1905412 or 16575714. OLE color: 16575714.
HSL color Cylindrical-coordinate representation of color #E2ECFC: hue angle of 216.92º 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 #E2ECFC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 236 | 252 | - |
CMYK | 0.10 | 0.06 | 0 | 0.01 |
HSL | 216.92º | 0.81% | 0.94% | - |
HSV(B) | 216.92º | 0.1% | 0.99% | - |
XYZ | 78.93 | 83.19 | 103.99 | - |
YUV | 234.83 | 137.69 | 121.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 252 | 0.10 | 0.06 | 0 | 0.01 | 216.92 | 0.81 | 0.94 |
Hex | E2 | EC | FC | A | 6 | 0 | 1 | D9 | 51 | 5E |
Octal | 342 | 354 | 374 | 12 | 6 | 0 | 1 | 331 | 121 | 136 |
Binary | 11100010 | 11101100 | 11111100 | 1010 | 110 | 0 | 1 | 11011001 | 1010001 | 1011110 |
Color Harmonies of #E2ECFC
Complementary color
Monochromatic Colors of #E2ECFC
Black with #E2ECFC
Text Example
Text Example
White with #E2ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECFC; }
p { color: rgb(226,236,252); }
H1.HeaderClassName
{
color: #E2ECFC;
}
.AnyTagClassName
{
color: #E2ECFC;
}
</style>
background-color css
<style>
a { background-color: #E2ECFC; }
a { background-color: rgb(226,236,252); }
div.DivClassName
{
background-color: #E2ECFC;
}
.BgClassName
{
background-color: #E2ECFC;
}
</style>
border-color css
<style>
span { border-color: #E2ECFC; }
span { border-color: rgb(226,236,252); }
td.TdClassName
{
border-color: #E2ECFC;
}
.TagClassName
{
border-color: #E2ECFC;
}
</style>