Shades of Solitude #E2EAF9
Tints of Solitude #E2EAF9
RGB
CMYK
RGB Variations
Color information
#E2EAF9 (or 0xE2EAF9) is known color: Solitude. HEX triplet: E2, EA and F9. RGB value is (226,234,249). Sum of RGB (Red+Green+Blue) = 226+234+249=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAF9 is #1D1506. Grayscale: #E9E9E9. Windows color (decimal): -1905927 or 16378594. OLE color: 16378594.
HSL color Cylindrical-coordinate representation of color #E2EAF9: hue angle of 219.13º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2EAF9 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 234 | 249 | - |
CMYK | 0.09 | 0.06 | 0 | 0.02 |
HSL | 219.13º | 0.66% | 0.93% | - |
HSV(B) | 219.13º | 0.09% | 0.98% | - |
XYZ | 77.89 | 81.85 | 101.32 | - |
YUV | 233.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 234 | 249 | 0.09 | 0.06 | 0 | 0.02 | 219.13 | 0.66 | 0.93 |
Hex | E2 | EA | F9 | 9 | 6 | 0 | 2 | DB | 42 | 5D |
Octal | 342 | 352 | 371 | 11 | 6 | 0 | 2 | 333 | 102 | 135 |
Binary | 11100010 | 11101010 | 11111001 | 1001 | 110 | 0 | 10 | 11011011 | 1000010 | 1011101 |
Color Harmonies of #E2EAF9
Complementary color
Monochromatic Colors of #E2EAF9
Black with #E2EAF9
Text Example
Text Example
White with #E2EAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAF9; }
p { color: rgb(226,234,249); }
H1.HeaderClassName
{
color: #E2EAF9;
}
.AnyTagClassName
{
color: #E2EAF9;
}
</style>
background-color css
<style>
a { background-color: #E2EAF9; }
a { background-color: rgb(226,234,249); }
div.DivClassName
{
background-color: #E2EAF9;
}
.BgClassName
{
background-color: #E2EAF9;
}
</style>
border-color css
<style>
span { border-color: #E2EAF9; }
span { border-color: rgb(226,234,249); }
td.TdClassName
{
border-color: #E2EAF9;
}
.TagClassName
{
border-color: #E2EAF9;
}
</style>