Shades of Snuff #ECBFF0
Tints of Snuff #ECBFF0
RGB
CMYK
RGB Variations
Color information
#ECBFF0 (or 0xECBFF0) is known color: Snuff. HEX triplet: EC, BF and F0. RGB value is (236,191,240). Sum of RGB (Red+Green+Blue) = 236+191+240=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF0 is #13400F. Grayscale: #D1D1D1. Windows color (decimal): -1261584 or 15777772. OLE color: 15777772.
HSL color Cylindrical-coordinate representation of color #ECBFF0: hue angle of 295.1º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBFF0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 191 | 240 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.06 |
| HSL | 295.1º | 0.62% | 0.85% | - |
| HSV(B) | 295.1º | 0.2% | 0.94% | - |
| XYZ | 68.95 | 61.39 | 90.65 | - |
| YUV | 210.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 240 | 0.02 | 0.20 | 0 | 0.06 | 295.1 | 0.62 | 0.85 |
| Hex | EC | BF | F0 | 2 | 14 | 0 | 6 | 127 | 3E | 55 |
| Octal | 354 | 277 | 360 | 2 | 24 | 0 | 6 | 447 | 76 | 125 |
| Binary | 11101100 | 10111111 | 11110000 | 10 | 10100 | 0 | 110 | 100100111 | 111110 | 1010101 |
Color Harmonies of #ECBFF0
Complementary color
Monochromatic Colors of #ECBFF0
Black with #ECBFF0
Text Example
Text Example
White with #ECBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFF0; }
p { color: rgb(236,191,240); }
H1.HeaderClassName
{
color: #ECBFF0;
}
.AnyTagClassName
{
color: #ECBFF0;
}
</style>
background-color css
<style>
a { background-color: #ECBFF0; }
a { background-color: rgb(236,191,240); }
div.DivClassName
{
background-color: #ECBFF0;
}
.BgClassName
{
background-color: #ECBFF0;
}
</style>
border-color css
<style>
span { border-color: #ECBFF0; }
span { border-color: rgb(236,191,240); }
td.TdClassName
{
border-color: #ECBFF0;
}
.TagClassName
{
border-color: #ECBFF0;
}
</style>