Shades of Solitude #E2EAFB
Tints of Solitude #E2EAFB
RGB
CMYK
RGB Variations
Color information
#E2EAFB (or 0xE2EAFB) is known color: Solitude. HEX triplet: E2, EA and FB. RGB value is (226,234,251). Sum of RGB (Red+Green+Blue) = 226+234+251=711 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.79% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAFB is #1D1504. Grayscale: #E9E9E9. Windows color (decimal): -1905925 or 16509666. OLE color: 16509666.
HSL color Cylindrical-coordinate representation of color #E2EAFB: hue angle of 220.8º 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 #E2EAFB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 234 | 251 | - |
CMYK | 0.10 | 0.07 | 0 | 0.02 |
HSL | 220.8º | 0.76% | 0.94% | - |
HSV(B) | 220.8º | 0.1% | 0.98% | - |
XYZ | 78.2 | 81.98 | 102.97 | - |
YUV | 233.55 | 137.85 | 122.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 234 | 251 | 0.10 | 0.07 | 0 | 0.02 | 220.8 | 0.76 | 0.94 |
Hex | E2 | EA | FB | A | 7 | 0 | 2 | DD | 4C | 5E |
Octal | 342 | 352 | 373 | 12 | 7 | 0 | 2 | 335 | 114 | 136 |
Binary | 11100010 | 11101010 | 11111011 | 1010 | 111 | 0 | 10 | 11011101 | 1001100 | 1011110 |
Color Harmonies of #E2EAFB
Complementary color
Monochromatic Colors of #E2EAFB
Black with #E2EAFB
Text Example
Text Example
White with #E2EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAFB; }
p { color: rgb(226,234,251); }
H1.HeaderClassName
{
color: #E2EAFB;
}
.AnyTagClassName
{
color: #E2EAFB;
}
</style>
background-color css
<style>
a { background-color: #E2EAFB; }
a { background-color: rgb(226,234,251); }
div.DivClassName
{
background-color: #E2EAFB;
}
.BgClassName
{
background-color: #E2EAFB;
}
</style>
border-color css
<style>
span { border-color: #E2EAFB; }
span { border-color: rgb(226,234,251); }
td.TdClassName
{
border-color: #E2EAFB;
}
.TagClassName
{
border-color: #E2EAFB;
}
</style>