Shades of Solitude #ECF0F6
Tints of Solitude #ECF0F6
RGB
CMYK
RGB Variations
Color information
#ECF0F6 (or 0xECF0F6) is known color: Solitude. HEX triplet: EC, F0 and F6. RGB value is (236,240,246). Sum of RGB (Red+Green+Blue) = 236+240+246=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECF0F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0F6 is #130F09. Grayscale: #EFEFEF. Windows color (decimal): -1249034 or 16183532. OLE color: 16183532.
HSL color Cylindrical-coordinate representation of color #ECF0F6: hue angle of 216º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF0F6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 240 | 246 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.04 |
| HSL | 216º | 0.36% | 0.95% | - |
| HSV(B) | 216º | 0.04% | 0.96% | - |
| XYZ | 82.39 | 86.81 | 99.6 | - |
| YUV | 239.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 246 | 0.04 | 0.02 | 0 | 0.04 | 216 | 0.36 | 0.95 |
| Hex | EC | F0 | F6 | 4 | 2 | 0 | 4 | D8 | 24 | 5F |
| Octal | 354 | 360 | 366 | 4 | 2 | 0 | 4 | 330 | 44 | 137 |
| Binary | 11101100 | 11110000 | 11110110 | 100 | 10 | 0 | 100 | 11011000 | 100100 | 1011111 |
Color Harmonies of #ECF0F6
Complementary color
Monochromatic Colors of #ECF0F6
Black with #ECF0F6
Text Example
Text Example
White with #ECF0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0F6; }
p { color: rgb(236,240,246); }
H1.HeaderClassName
{
color: #ECF0F6;
}
.AnyTagClassName
{
color: #ECF0F6;
}
</style>
background-color css
<style>
a { background-color: #ECF0F6; }
a { background-color: rgb(236,240,246); }
div.DivClassName
{
background-color: #ECF0F6;
}
.BgClassName
{
background-color: #ECF0F6;
}
</style>
border-color css
<style>
span { border-color: #ECF0F6; }
span { border-color: rgb(236,240,246); }
td.TdClassName
{
border-color: #ECF0F6;
}
.TagClassName
{
border-color: #ECF0F6;
}
</style>