Shades of Snuff #ECC2EA
Tints of Snuff #ECC2EA
RGB
CMYK
RGB Variations
Color information
#ECC2EA (or 0xECC2EA) is known color: Snuff. HEX triplet: EC, C2 and EA. RGB value is (236,194,234). Sum of RGB (Red+Green+Blue) = 236+194+234=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2EA is #133D15. Grayscale: #D3D3D3. Windows color (decimal): -1260822 or 15385324. OLE color: 15385324.
HSL color Cylindrical-coordinate representation of color #ECC2EA: hue angle of 302.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2EA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 234 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.07 |
| HSL | 302.86º | 0.53% | 0.84% | - |
| HSV(B) | 302.86º | 0.18% | 0.93% | - |
| XYZ | 68.74 | 62.36 | 86.26 | - |
| YUV | 211.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 234 | 0 | 0.18 | 0.01 | 0.07 | 302.86 | 0.53 | 0.84 |
| Hex | EC | C2 | EA | 0 | 12 | 1 | 7 | 12F | 34 | 54 |
| Octal | 354 | 302 | 352 | 0 | 22 | 1 | 7 | 457 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11101010 | 0 | 10010 | 1 | 111 | 100101111 | 110100 | 1010100 |
Color Harmonies of #ECC2EA
Complementary color
Monochromatic Colors of #ECC2EA
Black with #ECC2EA
Text Example
Text Example
White with #ECC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2EA; }
p { color: rgb(236,194,234); }
H1.HeaderClassName
{
color: #ECC2EA;
}
.AnyTagClassName
{
color: #ECC2EA;
}
</style>
background-color css
<style>
a { background-color: #ECC2EA; }
a { background-color: rgb(236,194,234); }
div.DivClassName
{
background-color: #ECC2EA;
}
.BgClassName
{
background-color: #ECC2EA;
}
</style>
border-color css
<style>
span { border-color: #ECC2EA; }
span { border-color: rgb(236,194,234); }
td.TdClassName
{
border-color: #ECC2EA;
}
.TagClassName
{
border-color: #ECC2EA;
}
</style>