Shades of Solitude #E7EDF9
Tints of Solitude #E7EDF9
RGB
CMYK
RGB Variations
Color information
#E7EDF9 (or 0xE7EDF9) is known color: Solitude. HEX triplet: E7, ED and F9. RGB value is (231,237,249). Sum of RGB (Red+Green+Blue) = 231+237+249=717 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.22% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7EDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDF9 is #181206. Grayscale: #ECECEC. Windows color (decimal): -1577479 or 16379367. OLE color: 16379367.
HSL color Cylindrical-coordinate representation of color #E7EDF9: hue angle of 220º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7EDF9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 237 | 249 | - |
CMYK | 0.07 | 0.05 | 0 | 0.02 |
HSL | 220º | 0.6% | 0.94% | - |
HSV(B) | 220º | 0.07% | 0.98% | - |
XYZ | 80.34 | 84.4 | 101.68 | - |
YUV | 236.57 | 135.01 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 237 | 249 | 0.07 | 0.05 | 0 | 0.02 | 220 | 0.6 | 0.94 |
Hex | E7 | ED | F9 | 7 | 5 | 0 | 2 | DC | 3C | 5E |
Octal | 347 | 355 | 371 | 7 | 5 | 0 | 2 | 334 | 74 | 136 |
Binary | 11100111 | 11101101 | 11111001 | 111 | 101 | 0 | 10 | 11011100 | 111100 | 1011110 |
Color Harmonies of #E7EDF9
Complementary color
Monochromatic Colors of #E7EDF9
Black with #E7EDF9
Text Example
Text Example
White with #E7EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDF9; }
p { color: rgb(231,237,249); }
H1.HeaderClassName
{
color: #E7EDF9;
}
.AnyTagClassName
{
color: #E7EDF9;
}
</style>
background-color css
<style>
a { background-color: #E7EDF9; }
a { background-color: rgb(231,237,249); }
div.DivClassName
{
background-color: #E7EDF9;
}
.BgClassName
{
background-color: #E7EDF9;
}
</style>
border-color css
<style>
span { border-color: #E7EDF9; }
span { border-color: rgb(231,237,249); }
td.TdClassName
{
border-color: #E7EDF9;
}
.TagClassName
{
border-color: #E7EDF9;
}
</style>