Shades of Solitude #E2ECFD
Tints of Solitude #E2ECFD
RGB
CMYK
RGB Variations
Color information
#E2ECFD (or 0xE2ECFD) is known color: Solitude. HEX triplet: E2, EC and FD. RGB value is (226,236,253). Sum of RGB (Red+Green+Blue) = 226+236+253=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECFD is #1D1302. Grayscale: #EAEAEA. Windows color (decimal): -1905411 or 16641250. OLE color: 16641250.
HSL color Cylindrical-coordinate representation of color #E2ECFD: hue angle of 217.78º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2ECFD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 236 | 253 | - |
CMYK | 0.11 | 0.07 | 0 | 0.01 |
HSL | 217.78º | 0.87% | 0.94% | - |
HSV(B) | 217.78º | 0.11% | 0.99% | - |
XYZ | 79.09 | 83.25 | 104.83 | - |
YUV | 234.95 | 138.19 | 121.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 253 | 0.11 | 0.07 | 0 | 0.01 | 217.78 | 0.87 | 0.94 |
Hex | E2 | EC | FD | B | 7 | 0 | 1 | DA | 57 | 5E |
Octal | 342 | 354 | 375 | 13 | 7 | 0 | 1 | 332 | 127 | 136 |
Binary | 11100010 | 11101100 | 11111101 | 1011 | 111 | 0 | 1 | 11011010 | 1010111 | 1011110 |
Color Harmonies of #E2ECFD
Complementary color
Monochromatic Colors of #E2ECFD
Black with #E2ECFD
Text Example
Text Example
White with #E2ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECFD; }
p { color: rgb(226,236,253); }
H1.HeaderClassName
{
color: #E2ECFD;
}
.AnyTagClassName
{
color: #E2ECFD;
}
</style>
background-color css
<style>
a { background-color: #E2ECFD; }
a { background-color: rgb(226,236,253); }
div.DivClassName
{
background-color: #E2ECFD;
}
.BgClassName
{
background-color: #E2ECFD;
}
</style>
border-color css
<style>
span { border-color: #E2ECFD; }
span { border-color: rgb(226,236,253); }
td.TdClassName
{
border-color: #E2ECFD;
}
.TagClassName
{
border-color: #E2ECFD;
}
</style>