Shades of Solitude #ECEEF1
Tints of Solitude #ECEEF1
RGB
CMYK
RGB Variations
Color information
#ECEEF1 (or 0xECEEF1) is known color: Solitude. HEX triplet: EC, EE and F1. RGB value is (236,238,241). Sum of RGB (Red+Green+Blue) = 236+238+241=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEF1 is #13110E. Grayscale: #EDEDED. Windows color (decimal): -1249551 or 15855340. OLE color: 15855340.
HSL color Cylindrical-coordinate representation of color #ECEEF1: hue angle of 216º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEEF1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 238 | 241 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.05 |
| HSL | 216º | 0.15% | 0.94% | - |
| HSV(B) | 216º | 0.02% | 0.95% | - |
| XYZ | 81.04 | 85.33 | 95.42 | - |
| YUV | 237.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 241 | 0.02 | 0.01 | 0 | 0.05 | 216 | 0.15 | 0.94 |
| Hex | EC | EE | F1 | 2 | 1 | 0 | 5 | D8 | F | 5E |
| Octal | 354 | 356 | 361 | 2 | 1 | 0 | 5 | 330 | 17 | 136 |
| Binary | 11101100 | 11101110 | 11110001 | 10 | 1 | 0 | 101 | 11011000 | 1111 | 1011110 |
Color Harmonies of #ECEEF1
Complementary color
Monochromatic Colors of #ECEEF1
Black with #ECEEF1
Text Example
Text Example
White with #ECEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEF1; }
p { color: rgb(236,238,241); }
H1.HeaderClassName
{
color: #ECEEF1;
}
.AnyTagClassName
{
color: #ECEEF1;
}
</style>
background-color css
<style>
a { background-color: #ECEEF1; }
a { background-color: rgb(236,238,241); }
div.DivClassName
{
background-color: #ECEEF1;
}
.BgClassName
{
background-color: #ECEEF1;
}
</style>
border-color css
<style>
span { border-color: #ECEEF1; }
span { border-color: rgb(236,238,241); }
td.TdClassName
{
border-color: #ECEEF1;
}
.TagClassName
{
border-color: #ECEEF1;
}
</style>