Shades of Solitude #ECF2FB
Tints of Solitude #ECF2FB
RGB
CMYK
RGB Variations
Color information
#ECF2FB (or 0xECF2FB) is known color: Solitude. HEX triplet: EC, F2 and FB. RGB value is (236,242,251). Sum of RGB (Red+Green+Blue) = 236+242+251=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FB is #130D04. Grayscale: #F1F1F1. Windows color (decimal): -1248517 or 16511724. OLE color: 16511724.
HSL color Cylindrical-coordinate representation of color #ECF2FB: hue angle of 216º degrees, saturation: 0.65, 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 #ECF2FB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 242 | 251 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.02 |
| HSL | 216º | 0.65% | 0.95% | - |
| HSV(B) | 216º | 0.06% | 0.98% | - |
| XYZ | 83.76 | 88.3 | 103.9 | - |
| YUV | 241.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 251 | 0.06 | 0.04 | 0 | 0.02 | 216 | 0.65 | 0.95 |
| Hex | EC | F2 | FB | 6 | 4 | 0 | 2 | D8 | 41 | 5F |
| Octal | 354 | 362 | 373 | 6 | 4 | 0 | 2 | 330 | 101 | 137 |
| Binary | 11101100 | 11110010 | 11111011 | 110 | 100 | 0 | 10 | 11011000 | 1000001 | 1011111 |
Color Harmonies of #ECF2FB
Complementary color
Monochromatic Colors of #ECF2FB
Black with #ECF2FB
Text Example
Text Example
White with #ECF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2FB; }
p { color: rgb(236,242,251); }
H1.HeaderClassName
{
color: #ECF2FB;
}
.AnyTagClassName
{
color: #ECF2FB;
}
</style>
background-color css
<style>
a { background-color: #ECF2FB; }
a { background-color: rgb(236,242,251); }
div.DivClassName
{
background-color: #ECF2FB;
}
.BgClassName
{
background-color: #ECF2FB;
}
</style>
border-color css
<style>
span { border-color: #ECF2FB; }
span { border-color: rgb(236,242,251); }
td.TdClassName
{
border-color: #ECF2FB;
}
.TagClassName
{
border-color: #ECF2FB;
}
</style>