Shades of Solitude #E7ECFD
Tints of Solitude #E7ECFD
RGB
CMYK
RGB Variations
Color information
#E7ECFD (or 0xE7ECFD) is known color: Solitude. HEX triplet: E7, EC and FD. RGB value is (231,236,253). Sum of RGB (Red+Green+Blue) = 231+236+253=720 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.08% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7ECFD is #181302. Grayscale: #ECECEC. Windows color (decimal): -1577731 or 16641255. OLE color: 16641255.
HSL color Cylindrical-coordinate representation of color #E7ECFD: hue angle of 226.36º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7ECFD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 236 | 253 | - |
CMYK | 0.09 | 0.07 | 0 | 0.01 |
HSL | 226.36º | 0.85% | 0.95% | - |
HSV(B) | 226.36º | 0.09% | 0.99% | - |
XYZ | 80.68 | 84.07 | 104.9 | - |
YUV | 236.44 | 137.34 | 124.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 236 | 253 | 0.09 | 0.07 | 0 | 0.01 | 226.36 | 0.85 | 0.95 |
Hex | E7 | EC | FD | 9 | 7 | 0 | 1 | E2 | 55 | 5F |
Octal | 347 | 354 | 375 | 11 | 7 | 0 | 1 | 342 | 125 | 137 |
Binary | 11100111 | 11101100 | 11111101 | 1001 | 111 | 0 | 1 | 11100010 | 1010101 | 1011111 |
Color Harmonies of #E7ECFD
Complementary color
Monochromatic Colors of #E7ECFD
Black with #E7ECFD
Text Example
Text Example
White with #E7ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ECFD; }
p { color: rgb(231,236,253); }
H1.HeaderClassName
{
color: #E7ECFD;
}
.AnyTagClassName
{
color: #E7ECFD;
}
</style>
background-color css
<style>
a { background-color: #E7ECFD; }
a { background-color: rgb(231,236,253); }
div.DivClassName
{
background-color: #E7ECFD;
}
.BgClassName
{
background-color: #E7ECFD;
}
</style>
border-color css
<style>
span { border-color: #E7ECFD; }
span { border-color: rgb(231,236,253); }
td.TdClassName
{
border-color: #E7ECFD;
}
.TagClassName
{
border-color: #E7ECFD;
}
</style>