Shades of Solitude #E7EDFC
Tints of Solitude #E7EDFC
RGB
CMYK
RGB Variations
Color information
#E7EDFC (or 0xE7EDFC) is known color: Solitude. HEX triplet: E7, ED and FC. RGB value is (231,237,252). Sum of RGB (Red+Green+Blue) = 231+237+252=720 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.08% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDFC is #181203. Grayscale: #ECECEC. Windows color (decimal): -1577476 or 16575975. OLE color: 16575975.
HSL color Cylindrical-coordinate representation of color #E7EDFC: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7EDFC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 237 | 252 | - |
CMYK | 0.08 | 0.06 | 0 | 0.01 |
HSL | 222.86º | 0.78% | 0.95% | - |
HSV(B) | 222.86º | 0.08% | 0.99% | - |
XYZ | 80.81 | 84.59 | 104.16 | - |
YUV | 236.92 | 136.51 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 237 | 252 | 0.08 | 0.06 | 0 | 0.01 | 222.86 | 0.78 | 0.95 |
Hex | E7 | ED | FC | 8 | 6 | 0 | 1 | DF | 4E | 5F |
Octal | 347 | 355 | 374 | 10 | 6 | 0 | 1 | 337 | 116 | 137 |
Binary | 11100111 | 11101101 | 11111100 | 1000 | 110 | 0 | 1 | 11011111 | 1001110 | 1011111 |
Color Harmonies of #E7EDFC
Complementary color
Monochromatic Colors of #E7EDFC
Black with #E7EDFC
Text Example
Text Example
White with #E7EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDFC; }
p { color: rgb(231,237,252); }
H1.HeaderClassName
{
color: #E7EDFC;
}
.AnyTagClassName
{
color: #E7EDFC;
}
</style>
background-color css
<style>
a { background-color: #E7EDFC; }
a { background-color: rgb(231,237,252); }
div.DivClassName
{
background-color: #E7EDFC;
}
.BgClassName
{
background-color: #E7EDFC;
}
</style>
border-color css
<style>
span { border-color: #E7EDFC; }
span { border-color: rgb(231,237,252); }
td.TdClassName
{
border-color: #E7EDFC;
}
.TagClassName
{
border-color: #E7EDFC;
}
</style>