Shades of Snuff #ECC2ED
Tints of Snuff #ECC2ED
RGB
CMYK
RGB Variations
Color information
#ECC2ED (or 0xECC2ED) is known color: Snuff. HEX triplet: EC, C2 and ED. RGB value is (236,194,237). Sum of RGB (Red+Green+Blue) = 236+194+237=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2ED is #133D12. Grayscale: #D3D3D3. Windows color (decimal): -1260819 or 15581932. OLE color: 15581932.
HSL color Cylindrical-coordinate representation of color #ECC2ED: hue angle of 298.6º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2ED is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 194 | 237 | - |
CMYK | 0.00 | 0.18 | 0 | 0.07 |
HSL | 298.6º | 0.54% | 0.85% | - |
HSV(B) | 298.6º | 0.18% | 0.93% | - |
XYZ | 69.17 | 62.53 | 88.54 | - |
YUV | 211.46 | 142.41 | 145.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 194 | 237 | 0.00 | 0.18 | 0 | 0.07 | 298.6 | 0.54 | 0.85 |
Hex | EC | C2 | ED | 0 | 12 | 0 | 7 | 12B | 36 | 55 |
Octal | 354 | 302 | 355 | 0 | 22 | 0 | 7 | 453 | 66 | 125 |
Binary | 11101100 | 11000010 | 11101101 | 0 | 10010 | 0 | 111 | 100101011 | 110110 | 1010101 |
Color Harmonies of #ECC2ED
Complementary color
Monochromatic Colors of #ECC2ED
Black with #ECC2ED
Text Example
Text Example
White with #ECC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2ED; }
p { color: rgb(236,194,237); }
H1.HeaderClassName
{
color: #ECC2ED;
}
.AnyTagClassName
{
color: #ECC2ED;
}
</style>
background-color css
<style>
a { background-color: #ECC2ED; }
a { background-color: rgb(236,194,237); }
div.DivClassName
{
background-color: #ECC2ED;
}
.BgClassName
{
background-color: #ECC2ED;
}
</style>
border-color css
<style>
span { border-color: #ECC2ED; }
span { border-color: rgb(236,194,237); }
td.TdClassName
{
border-color: #ECC2ED;
}
.TagClassName
{
border-color: #ECC2ED;
}
</style>