Shades of Solitude #ECF0F9
Tints of Solitude #ECF0F9
RGB
CMYK
RGB Variations
Color information
#ECF0F9 (or 0xECF0F9) is known color: Solitude. HEX triplet: EC, F0 and F9. RGB value is (236,240,249). Sum of RGB (Red+Green+Blue) = 236+240+249=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0F9 is #130F06. Grayscale: #EFEFEF. Windows color (decimal): -1249031 or 16380140. OLE color: 16380140.
HSL color Cylindrical-coordinate representation of color #ECF0F9: hue angle of 221.54º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF0F9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 240 | 249 | - |
CMYK | 0.05 | 0.04 | 0 | 0.02 |
HSL | 221.54º | 0.52% | 0.95% | - |
HSV(B) | 221.54º | 0.05% | 0.98% | - |
XYZ | 82.85 | 86.99 | 102.05 | - |
YUV | 239.83 | 133.17 | 125.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 249 | 0.05 | 0.04 | 0 | 0.02 | 221.54 | 0.52 | 0.95 |
Hex | EC | F0 | F9 | 5 | 4 | 0 | 2 | DE | 34 | 5F |
Octal | 354 | 360 | 371 | 5 | 4 | 0 | 2 | 336 | 64 | 137 |
Binary | 11101100 | 11110000 | 11111001 | 101 | 100 | 0 | 10 | 11011110 | 110100 | 1011111 |
Color Harmonies of #ECF0F9
Complementary color
Monochromatic Colors of #ECF0F9
Black with #ECF0F9
Text Example
Text Example
White with #ECF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0F9; }
p { color: rgb(236,240,249); }
H1.HeaderClassName
{
color: #ECF0F9;
}
.AnyTagClassName
{
color: #ECF0F9;
}
</style>
background-color css
<style>
a { background-color: #ECF0F9; }
a { background-color: rgb(236,240,249); }
div.DivClassName
{
background-color: #ECF0F9;
}
.BgClassName
{
background-color: #ECF0F9;
}
</style>
border-color css
<style>
span { border-color: #ECF0F9; }
span { border-color: rgb(236,240,249); }
td.TdClassName
{
border-color: #ECF0F9;
}
.TagClassName
{
border-color: #ECF0F9;
}
</style>