Shades of Snuff #ECC9EE
Tints of Snuff #ECC9EE
RGB
CMYK
RGB Variations
Color information
#ECC9EE (or 0xECC9EE) is known color: Snuff. HEX triplet: EC, C9 and EE. RGB value is (236,201,238). Sum of RGB (Red+Green+Blue) = 236+201+238=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9EE is #133611. Grayscale: #D7D7D7. Windows color (decimal): -1259026 or 15649260. OLE color: 15649260.
HSL color Cylindrical-coordinate representation of color #ECC9EE: hue angle of 296.76º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC9EE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 201 | 238 | - |
CMYK | 0.01 | 0.16 | 0 | 0.07 |
HSL | 296.76º | 0.52% | 0.86% | - |
HSV(B) | 296.76º | 0.16% | 0.93% | - |
XYZ | 70.91 | 65.78 | 89.85 | - |
YUV | 215.68 | 140.6 | 142.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 238 | 0.01 | 0.16 | 0 | 0.07 | 296.76 | 0.52 | 0.86 |
Hex | EC | C9 | EE | 1 | 10 | 0 | 7 | 129 | 34 | 56 |
Octal | 354 | 311 | 356 | 1 | 20 | 0 | 7 | 451 | 64 | 126 |
Binary | 11101100 | 11001001 | 11101110 | 1 | 10000 | 0 | 111 | 100101001 | 110100 | 1010110 |
Color Harmonies of #ECC9EE
Complementary color
Monochromatic Colors of #ECC9EE
Black with #ECC9EE
Text Example
Text Example
White with #ECC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9EE; }
p { color: rgb(236,201,238); }
H1.HeaderClassName
{
color: #ECC9EE;
}
.AnyTagClassName
{
color: #ECC9EE;
}
</style>
background-color css
<style>
a { background-color: #ECC9EE; }
a { background-color: rgb(236,201,238); }
div.DivClassName
{
background-color: #ECC9EE;
}
.BgClassName
{
background-color: #ECC9EE;
}
</style>
border-color css
<style>
span { border-color: #ECC9EE; }
span { border-color: rgb(236,201,238); }
td.TdClassName
{
border-color: #ECC9EE;
}
.TagClassName
{
border-color: #ECC9EE;
}
</style>