Shades of Solitude #E2ECF7
Tints of Solitude #E2ECF7
RGB
CMYK
RGB Variations
Color information
#E2ECF7 (or 0xE2ECF7) is known color: Solitude. HEX triplet: E2, EC and F7. RGB value is (226,236,247). Sum of RGB (Red+Green+Blue) = 226+236+247=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2ECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECF7 is #1D1308. Grayscale: #EAEAEA. Windows color (decimal): -1905417 or 16248034. OLE color: 16248034.
HSL color Cylindrical-coordinate representation of color #E2ECF7: hue angle of 211.43º degrees, saturation: 0.57, 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 #E2ECF7 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 226 | 236 | 247 | - |
CMYK | 0.09 | 0.04 | 0 | 0.03 |
HSL | 211.43º | 0.57% | 0.93% | - |
HSV(B) | 211.43º | 0.09% | 0.97% | - |
XYZ | 78.15 | 82.88 | 99.87 | - |
YUV | 234.26 | 135.19 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 247 | 0.09 | 0.04 | 0 | 0.03 | 211.43 | 0.57 | 0.93 |
Hex | E2 | EC | F7 | 9 | 4 | 0 | 3 | D3 | 39 | 5D |
Octal | 342 | 354 | 367 | 11 | 4 | 0 | 3 | 323 | 71 | 135 |
Binary | 11100010 | 11101100 | 11110111 | 1001 | 100 | 0 | 11 | 11010011 | 111001 | 1011101 |
Color Harmonies of #E2ECF7
Complementary color
Monochromatic Colors of #E2ECF7
Black with #E2ECF7
Text Example
Text Example
White with #E2ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECF7; }
p { color: rgb(226,236,247); }
H1.HeaderClassName
{
color: #E2ECF7;
}
.AnyTagClassName
{
color: #E2ECF7;
}
</style>
background-color css
<style>
a { background-color: #E2ECF7; }
a { background-color: rgb(226,236,247); }
div.DivClassName
{
background-color: #E2ECF7;
}
.BgClassName
{
background-color: #E2ECF7;
}
</style>
border-color css
<style>
span { border-color: #E2ECF7; }
span { border-color: rgb(226,236,247); }
td.TdClassName
{
border-color: #E2ECF7;
}
.TagClassName
{
border-color: #E2ECF7;
}
</style>