Shades of Solitude #E9EDFA
Tints of Solitude #E9EDFA
RGB
CMYK
RGB Variations
Color information
#E9EDFA (or 0xE9EDFA) is known color: Solitude. HEX triplet: E9, ED and FA. RGB value is (233,237,250). Sum of RGB (Red+Green+Blue) = 233+237+250=720 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.36% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDFA is #161205. Grayscale: #EDEDED. Windows color (decimal): -1446406 or 16444905. OLE color: 16444905.
HSL color Cylindrical-coordinate representation of color #E9EDFA: hue angle of 225.88º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9EDFA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 237 | 250 | - |
CMYK | 0.07 | 0.05 | 0 | 0.02 |
HSL | 225.88º | 0.63% | 0.95% | - |
HSV(B) | 225.88º | 0.07% | 0.98% | - |
XYZ | 81.14 | 84.79 | 102.53 | - |
YUV | 237.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 250 | 0.07 | 0.05 | 0 | 0.02 | 225.88 | 0.63 | 0.95 |
Hex | E9 | ED | FA | 7 | 5 | 0 | 2 | E2 | 3F | 5F |
Octal | 351 | 355 | 372 | 7 | 5 | 0 | 2 | 342 | 77 | 137 |
Binary | 11101001 | 11101101 | 11111010 | 111 | 101 | 0 | 10 | 11100010 | 111111 | 1011111 |
Color Harmonies of #E9EDFA
Complementary color
Monochromatic Colors of #E9EDFA
Black with #E9EDFA
Text Example
Text Example
White with #E9EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDFA; }
p { color: rgb(233,237,250); }
H1.HeaderClassName
{
color: #E9EDFA;
}
.AnyTagClassName
{
color: #E9EDFA;
}
</style>
background-color css
<style>
a { background-color: #E9EDFA; }
a { background-color: rgb(233,237,250); }
div.DivClassName
{
background-color: #E9EDFA;
}
.BgClassName
{
background-color: #E9EDFA;
}
</style>
border-color css
<style>
span { border-color: #E9EDFA; }
span { border-color: rgb(233,237,250); }
td.TdClassName
{
border-color: #E9EDFA;
}
.TagClassName
{
border-color: #E9EDFA;
}
</style>