Shades of Solitude #E6ECFD
Tints of Solitude #E6ECFD
RGB
CMYK
RGB Variations
Color information
#E6ECFD (or 0xE6ECFD) is known color: Solitude. HEX triplet: E6, EC and FD. RGB value is (230,236,253). Sum of RGB (Red+Green+Blue) = 230+236+253=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECFD is #191302. Grayscale: #ECECEC. Windows color (decimal): -1643267 or 16641254. OLE color: 16641254.
HSL color Cylindrical-coordinate representation of color #E6ECFD: hue angle of 224.35º 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 #E6ECFD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 236 | 253 | - |
CMYK | 0.09 | 0.07 | 0 | 0.01 |
HSL | 224.35º | 0.85% | 0.95% | - |
HSV(B) | 224.35º | 0.09% | 0.99% | - |
XYZ | 80.36 | 83.91 | 104.89 | - |
YUV | 236.14 | 137.51 | 123.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 236 | 253 | 0.09 | 0.07 | 0 | 0.01 | 224.35 | 0.85 | 0.95 |
Hex | E6 | EC | FD | 9 | 7 | 0 | 1 | E0 | 55 | 5F |
Octal | 346 | 354 | 375 | 11 | 7 | 0 | 1 | 340 | 125 | 137 |
Binary | 11100110 | 11101100 | 11111101 | 1001 | 111 | 0 | 1 | 11100000 | 1010101 | 1011111 |
Color Harmonies of #E6ECFD
Complementary color
Monochromatic Colors of #E6ECFD
Black with #E6ECFD
Text Example
Text Example
White with #E6ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECFD; }
p { color: rgb(230,236,253); }
H1.HeaderClassName
{
color: #E6ECFD;
}
.AnyTagClassName
{
color: #E6ECFD;
}
</style>
background-color css
<style>
a { background-color: #E6ECFD; }
a { background-color: rgb(230,236,253); }
div.DivClassName
{
background-color: #E6ECFD;
}
.BgClassName
{
background-color: #E6ECFD;
}
</style>
border-color css
<style>
span { border-color: #E6ECFD; }
span { border-color: rgb(230,236,253); }
td.TdClassName
{
border-color: #E6ECFD;
}
.TagClassName
{
border-color: #E6ECFD;
}
</style>