Shades of Snuff #ECBFEE
Tints of Snuff #ECBFEE
RGB
CMYK
RGB Variations
Color information
#ECBFEE (or 0xECBFEE) is known color: Snuff. HEX triplet: EC, BF and EE. RGB value is (236,191,238). Sum of RGB (Red+Green+Blue) = 236+191+238=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFEE is #134011. Grayscale: #D1D1D1. Windows color (decimal): -1261586 or 15646700. OLE color: 15646700.
HSL color Cylindrical-coordinate representation of color #ECBFEE: hue angle of 297.45º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBFEE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 238 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.07 |
| HSL | 297.45º | 0.58% | 0.84% | - |
| HSV(B) | 297.45º | 0.2% | 0.93% | - |
| XYZ | 68.66 | 61.27 | 89.1 | - |
| YUV | 209.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 238 | 0.01 | 0.20 | 0 | 0.07 | 297.45 | 0.58 | 0.84 |
| Hex | EC | BF | EE | 1 | 14 | 0 | 7 | 129 | 3A | 54 |
| Octal | 354 | 277 | 356 | 1 | 24 | 0 | 7 | 451 | 72 | 124 |
| Binary | 11101100 | 10111111 | 11101110 | 1 | 10100 | 0 | 111 | 100101001 | 111010 | 1010100 |
Color Harmonies of #ECBFEE
Complementary color
Monochromatic Colors of #ECBFEE
Black with #ECBFEE
Text Example
Text Example
White with #ECBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFEE; }
p { color: rgb(236,191,238); }
H1.HeaderClassName
{
color: #ECBFEE;
}
.AnyTagClassName
{
color: #ECBFEE;
}
</style>
background-color css
<style>
a { background-color: #ECBFEE; }
a { background-color: rgb(236,191,238); }
div.DivClassName
{
background-color: #ECBFEE;
}
.BgClassName
{
background-color: #ECBFEE;
}
</style>
border-color css
<style>
span { border-color: #ECBFEE; }
span { border-color: rgb(236,191,238); }
td.TdClassName
{
border-color: #ECBFEE;
}
.TagClassName
{
border-color: #ECBFEE;
}
</style>