Shades of Snuff #ECD2F1
Tints of Snuff #ECD2F1
RGB
CMYK
RGB Variations
Color information
#ECD2F1 (or 0xECD2F1) is known color: Snuff. HEX triplet: EC, D2 and F1. RGB value is (236,210,241). Sum of RGB (Red+Green+Blue) = 236+210+241=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECD2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2F1 is #132D0E. Grayscale: #DDDDDD. Windows color (decimal): -1256719 or 15848172. OLE color: 15848172.
HSL color Cylindrical-coordinate representation of color #ECD2F1: hue angle of 290.32º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD2F1 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 210 | 241 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.05 |
| HSL | 290.32º | 0.53% | 0.88% | - |
| HSV(B) | 290.32º | 0.13% | 0.95% | - |
| XYZ | 73.52 | 70.28 | 92.91 | - |
| YUV | 221.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 241 | 0.02 | 0.13 | 0 | 0.05 | 290.32 | 0.53 | 0.88 |
| Hex | EC | D2 | F1 | 2 | D | 0 | 5 | 122 | 35 | 58 |
| Octal | 354 | 322 | 361 | 2 | 15 | 0 | 5 | 442 | 65 | 130 |
| Binary | 11101100 | 11010010 | 11110001 | 10 | 1101 | 0 | 101 | 100100010 | 110101 | 1011000 |
Color Harmonies of #ECD2F1
Complementary color
Monochromatic Colors of #ECD2F1
Black with #ECD2F1
Text Example
Text Example
White with #ECD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2F1; }
p { color: rgb(236,210,241); }
H1.HeaderClassName
{
color: #ECD2F1;
}
.AnyTagClassName
{
color: #ECD2F1;
}
</style>
background-color css
<style>
a { background-color: #ECD2F1; }
a { background-color: rgb(236,210,241); }
div.DivClassName
{
background-color: #ECD2F1;
}
.BgClassName
{
background-color: #ECD2F1;
}
</style>
border-color css
<style>
span { border-color: #ECD2F1; }
span { border-color: rgb(236,210,241); }
td.TdClassName
{
border-color: #ECD2F1;
}
.TagClassName
{
border-color: #ECD2F1;
}
</style>