Shades of Solitude #ECF1FC
Tints of Solitude #ECF1FC
RGB
CMYK
RGB Variations
Color information
#ECF1FC (or 0xECF1FC) is known color: Solitude. HEX triplet: EC, F1 and FC. RGB value is (236,241,252). Sum of RGB (Red+Green+Blue) = 236+241+252=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1FC is #130E03. Grayscale: #F0F0F0. Windows color (decimal): -1248772 or 16577004. OLE color: 16577004.
HSL color Cylindrical-coordinate representation of color #ECF1FC: hue angle of 221.25º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF1FC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 241 | 252 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.01 |
| HSL | 221.25º | 0.73% | 0.96% | - |
| HSV(B) | 221.25º | 0.06% | 0.99% | - |
| XYZ | 83.62 | 87.77 | 104.63 | - |
| YUV | 240.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 252 | 0.06 | 0.04 | 0 | 0.01 | 221.25 | 0.73 | 0.96 |
| Hex | EC | F1 | FC | 6 | 4 | 0 | 1 | DD | 49 | 60 |
| Octal | 354 | 361 | 374 | 6 | 4 | 0 | 1 | 335 | 111 | 140 |
| Binary | 11101100 | 11110001 | 11111100 | 110 | 100 | 0 | 1 | 11011101 | 1001001 | 1100000 |
Color Harmonies of #ECF1FC
Complementary color
Monochromatic Colors of #ECF1FC
Black with #ECF1FC
Text Example
Text Example
White with #ECF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1FC; }
p { color: rgb(236,241,252); }
H1.HeaderClassName
{
color: #ECF1FC;
}
.AnyTagClassName
{
color: #ECF1FC;
}
</style>
background-color css
<style>
a { background-color: #ECF1FC; }
a { background-color: rgb(236,241,252); }
div.DivClassName
{
background-color: #ECF1FC;
}
.BgClassName
{
background-color: #ECF1FC;
}
</style>
border-color css
<style>
span { border-color: #ECF1FC; }
span { border-color: rgb(236,241,252); }
td.TdClassName
{
border-color: #ECF1FC;
}
.TagClassName
{
border-color: #ECF1FC;
}
</style>