Shades of Solitude #E2ECFE
Tints of Solitude #E2ECFE
RGB
CMYK
RGB Variations
Color information
#E2ECFE (or 0xE2ECFE) is known color: Solitude. HEX triplet: E2, EC and FE. RGB value is (226,236,254). Sum of RGB (Red+Green+Blue) = 226+236+254=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECFE is #1D1301. Grayscale: #EAEAEA. Windows color (decimal): -1905410 or 16706786. OLE color: 16706786.
HSL color Cylindrical-coordinate representation of color #E2ECFE: hue angle of 218.57º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2ECFE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 236 | 254 | - |
CMYK | 0.11 | 0.07 | 0 | 0.00 |
HSL | 218.57º | 0.93% | 0.94% | - |
HSV(B) | 218.57º | 0.11% | 1% | - |
XYZ | 79.25 | 83.32 | 105.67 | - |
YUV | 235.06 | 138.69 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 254 | 0.11 | 0.07 | 0 | 0.00 | 218.57 | 0.93 | 0.94 |
Hex | E2 | EC | FE | B | 7 | 0 | 0 | DB | 5D | 5E |
Octal | 342 | 354 | 376 | 13 | 7 | 0 | 0 | 333 | 135 | 136 |
Binary | 11100010 | 11101100 | 11111110 | 1011 | 111 | 0 | 0 | 11011011 | 1011101 | 1011110 |
Color Harmonies of #E2ECFE
Complementary color
Monochromatic Colors of #E2ECFE
Black with #E2ECFE
Text Example
Text Example
White with #E2ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECFE; }
p { color: rgb(226,236,254); }
H1.HeaderClassName
{
color: #E2ECFE;
}
.AnyTagClassName
{
color: #E2ECFE;
}
</style>
background-color css
<style>
a { background-color: #E2ECFE; }
a { background-color: rgb(226,236,254); }
div.DivClassName
{
background-color: #E2ECFE;
}
.BgClassName
{
background-color: #E2ECFE;
}
</style>
border-color css
<style>
span { border-color: #E2ECFE; }
span { border-color: rgb(226,236,254); }
td.TdClassName
{
border-color: #E2ECFE;
}
.TagClassName
{
border-color: #E2ECFE;
}
</style>