Shades of Snuff #ECBFED
Tints of Snuff #ECBFED
RGB
CMYK
RGB Variations
Color information
#ECBFED (or 0xECBFED) is known color: Snuff. HEX triplet: EC, BF and ED. RGB value is (236,191,237). Sum of RGB (Red+Green+Blue) = 236+191+237=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFED is #134012. Grayscale: #D1D1D1. Windows color (decimal): -1261587 or 15581164. OLE color: 15581164.
HSL color Cylindrical-coordinate representation of color #ECBFED: hue angle of 298.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFED is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 237 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.07 |
| HSL | 298.7º | 0.56% | 0.84% | - |
| HSV(B) | 298.7º | 0.19% | 0.93% | - |
| XYZ | 68.51 | 61.21 | 88.32 | - |
| YUV | 209.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 237 | 0.00 | 0.19 | 0 | 0.07 | 298.7 | 0.56 | 0.84 |
| Hex | EC | BF | ED | 0 | 13 | 0 | 7 | 12B | 38 | 54 |
| Octal | 354 | 277 | 355 | 0 | 23 | 0 | 7 | 453 | 70 | 124 |
| Binary | 11101100 | 10111111 | 11101101 | 0 | 10011 | 0 | 111 | 100101011 | 111000 | 1010100 |
Color Harmonies of #ECBFED
Complementary color
Monochromatic Colors of #ECBFED
Black with #ECBFED
Text Example
Text Example
White with #ECBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFED; }
p { color: rgb(236,191,237); }
H1.HeaderClassName
{
color: #ECBFED;
}
.AnyTagClassName
{
color: #ECBFED;
}
</style>
background-color css
<style>
a { background-color: #ECBFED; }
a { background-color: rgb(236,191,237); }
div.DivClassName
{
background-color: #ECBFED;
}
.BgClassName
{
background-color: #ECBFED;
}
</style>
border-color css
<style>
span { border-color: #ECBFED; }
span { border-color: rgb(236,191,237); }
td.TdClassName
{
border-color: #ECBFED;
}
.TagClassName
{
border-color: #ECBFED;
}
</style>