Shades of Solitude #E2EDFB
Tints of Solitude #E2EDFB
RGB
CMYK
RGB Variations
Color information
#E2EDFB (or 0xE2EDFB) is known color: Solitude. HEX triplet: E2, ED and FB. RGB value is (226,237,251). Sum of RGB (Red+Green+Blue) = 226+237+251=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFB is #1D1204. Grayscale: #EBEBEB. Windows color (decimal): -1905157 or 16510434. OLE color: 16510434.
HSL color Cylindrical-coordinate representation of color #E2EDFB: hue angle of 213.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EDFB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 237 | 251 | - |
CMYK | 0.10 | 0.06 | 0 | 0.02 |
HSL | 213.6º | 0.76% | 0.94% | - |
HSV(B) | 213.6º | 0.1% | 0.98% | - |
XYZ | 79.06 | 83.7 | 103.26 | - |
YUV | 235.31 | 136.86 | 121.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 251 | 0.10 | 0.06 | 0 | 0.02 | 213.6 | 0.76 | 0.94 |
Hex | E2 | ED | FB | A | 6 | 0 | 2 | D6 | 4C | 5E |
Octal | 342 | 355 | 373 | 12 | 6 | 0 | 2 | 326 | 114 | 136 |
Binary | 11100010 | 11101101 | 11111011 | 1010 | 110 | 0 | 10 | 11010110 | 1001100 | 1011110 |
Color Harmonies of #E2EDFB
Complementary color
Monochromatic Colors of #E2EDFB
Black with #E2EDFB
Text Example
Text Example
White with #E2EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDFB; }
p { color: rgb(226,237,251); }
H1.HeaderClassName
{
color: #E2EDFB;
}
.AnyTagClassName
{
color: #E2EDFB;
}
</style>
background-color css
<style>
a { background-color: #E2EDFB; }
a { background-color: rgb(226,237,251); }
div.DivClassName
{
background-color: #E2EDFB;
}
.BgClassName
{
background-color: #E2EDFB;
}
</style>
border-color css
<style>
span { border-color: #E2EDFB; }
span { border-color: rgb(226,237,251); }
td.TdClassName
{
border-color: #E2EDFB;
}
.TagClassName
{
border-color: #E2EDFB;
}
</style>