Shades of Solitude #ECF2FA
Tints of Solitude #ECF2FA
RGB
CMYK
RGB Variations
Color information
#ECF2FA (or 0xECF2FA) is known color: Solitude. HEX triplet: EC, F2 and FA. RGB value is (236,242,250). Sum of RGB (Red+Green+Blue) = 236+242+250=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FA is #130D05. Grayscale: #F1F1F1. Windows color (decimal): -1248518 or 16446188. OLE color: 16446188.
HSL color Cylindrical-coordinate representation of color #ECF2FA: hue angle of 214.29º 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 #ECF2FA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 242 | 250 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.02 |
| HSL | 214.29º | 0.58% | 0.95% | - |
| HSV(B) | 214.29º | 0.06% | 0.98% | - |
| XYZ | 83.6 | 88.24 | 103.07 | - |
| YUV | 241.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 250 | 0.06 | 0.03 | 0 | 0.02 | 214.29 | 0.58 | 0.95 |
| Hex | EC | F2 | FA | 6 | 3 | 0 | 2 | D6 | 3A | 5F |
| Octal | 354 | 362 | 372 | 6 | 3 | 0 | 2 | 326 | 72 | 137 |
| Binary | 11101100 | 11110010 | 11111010 | 110 | 11 | 0 | 10 | 11010110 | 111010 | 1011111 |
Color Harmonies of #ECF2FA
Complementary color
Monochromatic Colors of #ECF2FA
Black with #ECF2FA
Text Example
Text Example
White with #ECF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2FA; }
p { color: rgb(236,242,250); }
H1.HeaderClassName
{
color: #ECF2FA;
}
.AnyTagClassName
{
color: #ECF2FA;
}
</style>
background-color css
<style>
a { background-color: #ECF2FA; }
a { background-color: rgb(236,242,250); }
div.DivClassName
{
background-color: #ECF2FA;
}
.BgClassName
{
background-color: #ECF2FA;
}
</style>
border-color css
<style>
span { border-color: #ECF2FA; }
span { border-color: rgb(236,242,250); }
td.TdClassName
{
border-color: #ECF2FA;
}
.TagClassName
{
border-color: #ECF2FA;
}
</style>