Shades of Snuff #ECBFF1
Tints of Snuff #ECBFF1
RGB
CMYK
RGB Variations
Color information
#ECBFF1 (or 0xECBFF1) is known color: Snuff. HEX triplet: EC, BF and F1. RGB value is (236,191,241). Sum of RGB (Red+Green+Blue) = 236+191+241=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF1 is #13400E. Grayscale: #D2D2D2. Windows color (decimal): -1261583 or 15843308. OLE color: 15843308.
HSL color Cylindrical-coordinate representation of color #ECBFF1: hue angle of 294º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBFF1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 191 | 241 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 294º | 0.64% | 0.85% | - |
| HSV(B) | 294º | 0.21% | 0.95% | - |
| XYZ | 69.1 | 61.45 | 91.44 | - |
| YUV | 210.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 241 | 0.02 | 0.21 | 0 | 0.05 | 294 | 0.64 | 0.85 |
| Hex | EC | BF | F1 | 2 | 15 | 0 | 5 | 126 | 40 | 55 |
| Octal | 354 | 277 | 361 | 2 | 25 | 0 | 5 | 446 | 100 | 125 |
| Binary | 11101100 | 10111111 | 11110001 | 10 | 10101 | 0 | 101 | 100100110 | 1000000 | 1010101 |
Color Harmonies of #ECBFF1
Complementary color
Monochromatic Colors of #ECBFF1
Black with #ECBFF1
Text Example
Text Example
White with #ECBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFF1; }
p { color: rgb(236,191,241); }
H1.HeaderClassName
{
color: #ECBFF1;
}
.AnyTagClassName
{
color: #ECBFF1;
}
</style>
background-color css
<style>
a { background-color: #ECBFF1; }
a { background-color: rgb(236,191,241); }
div.DivClassName
{
background-color: #ECBFF1;
}
.BgClassName
{
background-color: #ECBFF1;
}
</style>
border-color css
<style>
span { border-color: #ECBFF1; }
span { border-color: rgb(236,191,241); }
td.TdClassName
{
border-color: #ECBFF1;
}
.TagClassName
{
border-color: #ECBFF1;
}
</style>