Shades of Solitude #E6ECFC
Tints of Solitude #E6ECFC
RGB
CMYK
RGB Variations
Color information
#E6ECFC (or 0xE6ECFC) is known color: Solitude. HEX triplet: E6, EC and FC. RGB value is (230,236,252). Sum of RGB (Red+Green+Blue) = 230+236+252=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6ECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECFC is #191303. Grayscale: #EBEBEB. Windows color (decimal): -1643268 or 16575718. OLE color: 16575718.
HSL color Cylindrical-coordinate representation of color #E6ECFC: hue angle of 223.64º degrees, saturation: 0.79, 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 #E6ECFC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 236 | 252 | - |
CMYK | 0.09 | 0.06 | 0 | 0.01 |
HSL | 223.64º | 0.79% | 0.95% | - |
HSV(B) | 223.64º | 0.09% | 0.99% | - |
XYZ | 80.2 | 83.84 | 104.05 | - |
YUV | 236.03 | 137.01 | 123.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 236 | 252 | 0.09 | 0.06 | 0 | 0.01 | 223.64 | 0.79 | 0.95 |
Hex | E6 | EC | FC | 9 | 6 | 0 | 1 | E0 | 4F | 5F |
Octal | 346 | 354 | 374 | 11 | 6 | 0 | 1 | 340 | 117 | 137 |
Binary | 11100110 | 11101100 | 11111100 | 1001 | 110 | 0 | 1 | 11100000 | 1001111 | 1011111 |
Color Harmonies of #E6ECFC
Complementary color
Monochromatic Colors of #E6ECFC
Black with #E6ECFC
Text Example
Text Example
White with #E6ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECFC; }
p { color: rgb(230,236,252); }
H1.HeaderClassName
{
color: #E6ECFC;
}
.AnyTagClassName
{
color: #E6ECFC;
}
</style>
background-color css
<style>
a { background-color: #E6ECFC; }
a { background-color: rgb(230,236,252); }
div.DivClassName
{
background-color: #E6ECFC;
}
.BgClassName
{
background-color: #E6ECFC;
}
</style>
border-color css
<style>
span { border-color: #E6ECFC; }
span { border-color: rgb(230,236,252); }
td.TdClassName
{
border-color: #E6ECFC;
}
.TagClassName
{
border-color: #E6ECFC;
}
</style>