Shades of Snuff #ECC7EA
Tints of Snuff #ECC7EA
RGB
CMYK
RGB Variations
Color information
#ECC7EA (or 0xECC7EA) is known color: Snuff. HEX triplet: EC, C7 and EA. RGB value is (236,199,234). Sum of RGB (Red+Green+Blue) = 236+199+234=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7EA is #133815. Grayscale: #D5D5D5. Windows color (decimal): -1259542 or 15386604. OLE color: 15386604.
HSL color Cylindrical-coordinate representation of color #ECC7EA: hue angle of 303.24º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7EA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 234 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.07 |
| HSL | 303.24º | 0.49% | 0.85% | - |
| HSV(B) | 303.24º | 0.16% | 0.93% | - |
| XYZ | 69.87 | 64.62 | 86.63 | - |
| YUV | 214.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 234 | 0 | 0.16 | 0.01 | 0.07 | 303.24 | 0.49 | 0.85 |
| Hex | EC | C7 | EA | 0 | 10 | 1 | 7 | 12F | 31 | 55 |
| Octal | 354 | 307 | 352 | 0 | 20 | 1 | 7 | 457 | 61 | 125 |
| Binary | 11101100 | 11000111 | 11101010 | 0 | 10000 | 1 | 111 | 100101111 | 110001 | 1010101 |
Color Harmonies of #ECC7EA
Complementary color
Monochromatic Colors of #ECC7EA
Black with #ECC7EA
Text Example
Text Example
White with #ECC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7EA; }
p { color: rgb(236,199,234); }
H1.HeaderClassName
{
color: #ECC7EA;
}
.AnyTagClassName
{
color: #ECC7EA;
}
</style>
background-color css
<style>
a { background-color: #ECC7EA; }
a { background-color: rgb(236,199,234); }
div.DivClassName
{
background-color: #ECC7EA;
}
.BgClassName
{
background-color: #ECC7EA;
}
</style>
border-color css
<style>
span { border-color: #ECC7EA; }
span { border-color: rgb(236,199,234); }
td.TdClassName
{
border-color: #ECC7EA;
}
.TagClassName
{
border-color: #ECC7EA;
}
</style>