Shades of Snuff #ECBAF1
Tints of Snuff #ECBAF1
RGB
CMYK
RGB Variations
Color information
#ECBAF1 (or 0xECBAF1) is known color: Snuff. HEX triplet: EC, BA and F1. RGB value is (236,186,241). Sum of RGB (Red+Green+Blue) = 236+186+241=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF1 is #13450E. Grayscale: #CFCFCF. Windows color (decimal): -1262863 or 15842028. OLE color: 15842028.
HSL color Cylindrical-coordinate representation of color #ECBAF1: hue angle of 294.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBAF1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 186 | 241 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.05 |
| HSL | 294.55º | 0.66% | 0.84% | - |
| HSV(B) | 294.55º | 0.23% | 0.95% | - |
| XYZ | 68.03 | 59.3 | 91.08 | - |
| YUV | 207.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 241 | 0.02 | 0.23 | 0 | 0.05 | 294.55 | 0.66 | 0.84 |
| Hex | EC | BA | F1 | 2 | 17 | 0 | 5 | 127 | 42 | 54 |
| Octal | 354 | 272 | 361 | 2 | 27 | 0 | 5 | 447 | 102 | 124 |
| Binary | 11101100 | 10111010 | 11110001 | 10 | 10111 | 0 | 101 | 100100111 | 1000010 | 1010100 |
Color Harmonies of #ECBAF1
Complementary color
Monochromatic Colors of #ECBAF1
Black with #ECBAF1
Text Example
Text Example
White with #ECBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAF1; }
p { color: rgb(236,186,241); }
H1.HeaderClassName
{
color: #ECBAF1;
}
.AnyTagClassName
{
color: #ECBAF1;
}
</style>
background-color css
<style>
a { background-color: #ECBAF1; }
a { background-color: rgb(236,186,241); }
div.DivClassName
{
background-color: #ECBAF1;
}
.BgClassName
{
background-color: #ECBAF1;
}
</style>
border-color css
<style>
span { border-color: #ECBAF1; }
span { border-color: rgb(236,186,241); }
td.TdClassName
{
border-color: #ECBAF1;
}
.TagClassName
{
border-color: #ECBAF1;
}
</style>