Shades of Solitude #ECEDF1
Tints of Solitude #ECEDF1
RGB
CMYK
RGB Variations
Color information
#ECEDF1 (or 0xECEDF1) is known color: Solitude. HEX triplet: EC, ED and F1. RGB value is (236,237,241). Sum of RGB (Red+Green+Blue) = 236+237+241=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF1 is #13120E. Grayscale: #EDEDED. Windows color (decimal): -1249807 or 15855084. OLE color: 15855084.
HSL color Cylindrical-coordinate representation of color #ECEDF1: hue angle of 228º 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 #ECEDF1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 237 | 241 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 228º | 0.15% | 0.94% | - |
HSV(B) | 228º | 0.02% | 0.95% | - |
XYZ | 80.75 | 84.75 | 95.32 | - |
YUV | 237.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 241 | 0.02 | 0.02 | 0 | 0.05 | 228 | 0.15 | 0.94 |
Hex | EC | ED | F1 | 2 | 2 | 0 | 5 | E4 | F | 5E |
Octal | 354 | 355 | 361 | 2 | 2 | 0 | 5 | 344 | 17 | 136 |
Binary | 11101100 | 11101101 | 11110001 | 10 | 10 | 0 | 101 | 11100100 | 1111 | 1011110 |
Color Harmonies of #ECEDF1
Complementary color
Monochromatic Colors of #ECEDF1
Black with #ECEDF1
Text Example
Text Example
White with #ECEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDF1; }
p { color: rgb(236,237,241); }
H1.HeaderClassName
{
color: #ECEDF1;
}
.AnyTagClassName
{
color: #ECEDF1;
}
</style>
background-color css
<style>
a { background-color: #ECEDF1; }
a { background-color: rgb(236,237,241); }
div.DivClassName
{
background-color: #ECEDF1;
}
.BgClassName
{
background-color: #ECEDF1;
}
</style>
border-color css
<style>
span { border-color: #ECEDF1; }
span { border-color: rgb(236,237,241); }
td.TdClassName
{
border-color: #ECEDF1;
}
.TagClassName
{
border-color: #ECEDF1;
}
</style>