Shades of Solitude #E6ECFE
Tints of Solitude #E6ECFE
RGB
CMYK
RGB Variations
Color information
#E6ECFE (or 0xE6ECFE) is known color: Solitude. HEX triplet: E6, EC and FE. RGB value is (230,236,254). Sum of RGB (Red+Green+Blue) = 230+236+254=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECFE is #191301. Grayscale: #ECECEC. Windows color (decimal): -1643266 or 16706790. OLE color: 16706790.
HSL color Cylindrical-coordinate representation of color #E6ECFE: hue angle of 225º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6ECFE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 236 | 254 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.00 |
| HSL | 225º | 0.92% | 0.95% | - |
| HSV(B) | 225º | 0.09% | 1% | - |
| XYZ | 80.52 | 83.97 | 105.73 | - |
| YUV | 236.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 236 | 254 | 0.09 | 0.07 | 0 | 0.00 | 225 | 0.92 | 0.95 |
| Hex | E6 | EC | FE | 9 | 7 | 0 | 0 | E1 | 5C | 5F |
| Octal | 346 | 354 | 376 | 11 | 7 | 0 | 0 | 341 | 134 | 137 |
| Binary | 11100110 | 11101100 | 11111110 | 1001 | 111 | 0 | 0 | 11100001 | 1011100 | 1011111 |
Color Harmonies of #E6ECFE
Complementary color
Monochromatic Colors of #E6ECFE
Black with #E6ECFE
Text Example
Text Example
White with #E6ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECFE; }
p { color: rgb(230,236,254); }
H1.HeaderClassName
{
color: #E6ECFE;
}
.AnyTagClassName
{
color: #E6ECFE;
}
</style>
background-color css
<style>
a { background-color: #E6ECFE; }
a { background-color: rgb(230,236,254); }
div.DivClassName
{
background-color: #E6ECFE;
}
.BgClassName
{
background-color: #E6ECFE;
}
</style>
border-color css
<style>
span { border-color: #E6ECFE; }
span { border-color: rgb(230,236,254); }
td.TdClassName
{
border-color: #E6ECFE;
}
.TagClassName
{
border-color: #E6ECFE;
}
</style>