Shades of Snuff #ECCCEF
Tints of Snuff #ECCCEF
RGB
CMYK
RGB Variations
Color information
#ECCCEF (or 0xECCCEF) is known color: Snuff. HEX triplet: EC, CC and EF. RGB value is (236,204,239). Sum of RGB (Red+Green+Blue) = 236+204+239=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCEF is #133310. Grayscale: #D9D9D9. Windows color (decimal): -1258257 or 15715564. OLE color: 15715564.
HSL color Cylindrical-coordinate representation of color #ECCCEF: hue angle of 294.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCCEF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 204 | 239 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.06 |
| HSL | 294.86º | 0.52% | 0.87% | - |
| HSV(B) | 294.86º | 0.15% | 0.94% | - |
| XYZ | 71.76 | 67.25 | 90.86 | - |
| YUV | 217.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 239 | 0.01 | 0.15 | 0 | 0.06 | 294.86 | 0.52 | 0.87 |
| Hex | EC | CC | EF | 1 | F | 0 | 6 | 127 | 34 | 57 |
| Octal | 354 | 314 | 357 | 1 | 17 | 0 | 6 | 447 | 64 | 127 |
| Binary | 11101100 | 11001100 | 11101111 | 1 | 1111 | 0 | 110 | 100100111 | 110100 | 1010111 |
Color Harmonies of #ECCCEF
Complementary color
Monochromatic Colors of #ECCCEF
Black with #ECCCEF
Text Example
Text Example
White with #ECCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCEF; }
p { color: rgb(236,204,239); }
H1.HeaderClassName
{
color: #ECCCEF;
}
.AnyTagClassName
{
color: #ECCCEF;
}
</style>
background-color css
<style>
a { background-color: #ECCCEF; }
a { background-color: rgb(236,204,239); }
div.DivClassName
{
background-color: #ECCCEF;
}
.BgClassName
{
background-color: #ECCCEF;
}
</style>
border-color css
<style>
span { border-color: #ECCCEF; }
span { border-color: rgb(236,204,239); }
td.TdClassName
{
border-color: #ECCCEF;
}
.TagClassName
{
border-color: #ECCCEF;
}
</style>