Shades of Snuff #ECBDF1
Tints of Snuff #ECBDF1
RGB
CMYK
RGB Variations
Color information
#ECBDF1 (or 0xECBDF1) is known color: Snuff. HEX triplet: EC, BD and F1. RGB value is (236,189,241). Sum of RGB (Red+Green+Blue) = 236+189+241=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF1 is #13420E. Grayscale: #D0D0D0. Windows color (decimal): -1262095 or 15842796. OLE color: 15842796.
HSL color Cylindrical-coordinate representation of color #ECBDF1: hue angle of 294.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBDF1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 189 | 241 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 294.23º | 0.65% | 0.84% | - |
| HSV(B) | 294.23º | 0.22% | 0.95% | - |
| XYZ | 68.67 | 60.58 | 91.29 | - |
| YUV | 208.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 241 | 0.02 | 0.22 | 0 | 0.05 | 294.23 | 0.65 | 0.84 |
| Hex | EC | BD | F1 | 2 | 16 | 0 | 5 | 126 | 41 | 54 |
| Octal | 354 | 275 | 361 | 2 | 26 | 0 | 5 | 446 | 101 | 124 |
| Binary | 11101100 | 10111101 | 11110001 | 10 | 10110 | 0 | 101 | 100100110 | 1000001 | 1010100 |
Color Harmonies of #ECBDF1
Complementary color
Monochromatic Colors of #ECBDF1
Black with #ECBDF1
Text Example
Text Example
White with #ECBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF1; }
p { color: rgb(236,189,241); }
H1.HeaderClassName
{
color: #ECBDF1;
}
.AnyTagClassName
{
color: #ECBDF1;
}
</style>
background-color css
<style>
a { background-color: #ECBDF1; }
a { background-color: rgb(236,189,241); }
div.DivClassName
{
background-color: #ECBDF1;
}
.BgClassName
{
background-color: #ECBDF1;
}
</style>
border-color css
<style>
span { border-color: #ECBDF1; }
span { border-color: rgb(236,189,241); }
td.TdClassName
{
border-color: #ECBDF1;
}
.TagClassName
{
border-color: #ECBDF1;
}
</style>