Shades of Solitude #ECF1FA
Tints of Solitude #ECF1FA
RGB
CMYK
RGB Variations
Color information
#ECF1FA (or 0xECF1FA) is known color: Solitude. HEX triplet: EC, F1 and FA. RGB value is (236,241,250). Sum of RGB (Red+Green+Blue) = 236+241+250=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1FA is #130E05. Grayscale: #F0F0F0. Windows color (decimal): -1248774 or 16445932. OLE color: 16445932.
HSL color Cylindrical-coordinate representation of color #ECF1FA: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF1FA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 241 | 250 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.02 |
| HSL | 218.57º | 0.58% | 0.95% | - |
| HSV(B) | 218.57º | 0.06% | 0.98% | - |
| XYZ | 83.3 | 87.65 | 102.97 | - |
| YUV | 240.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 250 | 0.06 | 0.04 | 0 | 0.02 | 218.57 | 0.58 | 0.95 |
| Hex | EC | F1 | FA | 6 | 4 | 0 | 2 | DB | 3A | 5F |
| Octal | 354 | 361 | 372 | 6 | 4 | 0 | 2 | 333 | 72 | 137 |
| Binary | 11101100 | 11110001 | 11111010 | 110 | 100 | 0 | 10 | 11011011 | 111010 | 1011111 |
Color Harmonies of #ECF1FA
Complementary color
Monochromatic Colors of #ECF1FA
Black with #ECF1FA
Text Example
Text Example
White with #ECF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1FA; }
p { color: rgb(236,241,250); }
H1.HeaderClassName
{
color: #ECF1FA;
}
.AnyTagClassName
{
color: #ECF1FA;
}
</style>
background-color css
<style>
a { background-color: #ECF1FA; }
a { background-color: rgb(236,241,250); }
div.DivClassName
{
background-color: #ECF1FA;
}
.BgClassName
{
background-color: #ECF1FA;
}
</style>
border-color css
<style>
span { border-color: #ECF1FA; }
span { border-color: rgb(236,241,250); }
td.TdClassName
{
border-color: #ECF1FA;
}
.TagClassName
{
border-color: #ECF1FA;
}
</style>