Shades of Snuff #ECC9F1
Tints of Snuff #ECC9F1
RGB
CMYK
RGB Variations
Color information
#ECC9F1 (or 0xECC9F1) is known color: Snuff. HEX triplet: EC, C9 and F1. RGB value is (236,201,241). Sum of RGB (Red+Green+Blue) = 236+201+241=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECC9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9F1 is #13360E. Grayscale: #D7D7D7. Windows color (decimal): -1259023 or 15845868. OLE color: 15845868.
HSL color Cylindrical-coordinate representation of color #ECC9F1: hue angle of 292.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC9F1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 201 | 241 | - |
CMYK | 0.02 | 0.17 | 0 | 0.05 |
HSL | 292.5º | 0.59% | 0.87% | - |
HSV(B) | 292.5º | 0.17% | 0.95% | - |
XYZ | 71.36 | 65.96 | 92.19 | - |
YUV | 216.03 | 142.1 | 142.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 241 | 0.02 | 0.17 | 0 | 0.05 | 292.5 | 0.59 | 0.87 |
Hex | EC | C9 | F1 | 2 | 11 | 0 | 5 | 124 | 3B | 57 |
Octal | 354 | 311 | 361 | 2 | 21 | 0 | 5 | 444 | 73 | 127 |
Binary | 11101100 | 11001001 | 11110001 | 10 | 10001 | 0 | 101 | 100100100 | 111011 | 1010111 |
Color Harmonies of #ECC9F1
Complementary color
Monochromatic Colors of #ECC9F1
Black with #ECC9F1
Text Example
Text Example
White with #ECC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9F1; }
p { color: rgb(236,201,241); }
H1.HeaderClassName
{
color: #ECC9F1;
}
.AnyTagClassName
{
color: #ECC9F1;
}
</style>
background-color css
<style>
a { background-color: #ECC9F1; }
a { background-color: rgb(236,201,241); }
div.DivClassName
{
background-color: #ECC9F1;
}
.BgClassName
{
background-color: #ECC9F1;
}
</style>
border-color css
<style>
span { border-color: #ECC9F1; }
span { border-color: rgb(236,201,241); }
td.TdClassName
{
border-color: #ECC9F1;
}
.TagClassName
{
border-color: #ECC9F1;
}
</style>