Shades of Snuff #ECBAF0
Tints of Snuff #ECBAF0
RGB
CMYK
RGB Variations
Color information
#ECBAF0 (or 0xECBAF0) is known color: Snuff. HEX triplet: EC, BA and F0. RGB value is (236,186,240). Sum of RGB (Red+Green+Blue) = 236+186+240=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF0 is #13450F. Grayscale: #CECECE. Windows color (decimal): -1262864 or 15776492. OLE color: 15776492.
HSL color Cylindrical-coordinate representation of color #ECBAF0: hue angle of 295.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBAF0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 186 | 240 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.06 |
| HSL | 295.56º | 0.64% | 0.84% | - |
| HSV(B) | 295.56º | 0.23% | 0.94% | - |
| XYZ | 67.88 | 59.24 | 90.3 | - |
| YUV | 207.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 240 | 0.02 | 0.22 | 0 | 0.06 | 295.56 | 0.64 | 0.84 |
| Hex | EC | BA | F0 | 2 | 16 | 0 | 6 | 128 | 40 | 54 |
| Octal | 354 | 272 | 360 | 2 | 26 | 0 | 6 | 450 | 100 | 124 |
| Binary | 11101100 | 10111010 | 11110000 | 10 | 10110 | 0 | 110 | 100101000 | 1000000 | 1010100 |
Color Harmonies of #ECBAF0
Complementary color
Monochromatic Colors of #ECBAF0
Black with #ECBAF0
Text Example
Text Example
White with #ECBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAF0; }
p { color: rgb(236,186,240); }
H1.HeaderClassName
{
color: #ECBAF0;
}
.AnyTagClassName
{
color: #ECBAF0;
}
</style>
background-color css
<style>
a { background-color: #ECBAF0; }
a { background-color: rgb(236,186,240); }
div.DivClassName
{
background-color: #ECBAF0;
}
.BgClassName
{
background-color: #ECBAF0;
}
</style>
border-color css
<style>
span { border-color: #ECBAF0; }
span { border-color: rgb(236,186,240); }
td.TdClassName
{
border-color: #ECBAF0;
}
.TagClassName
{
border-color: #ECBAF0;
}
</style>