Shades of Snuff #ECC7E7
Tints of Snuff #ECC7E7
RGB
CMYK
RGB Variations
Color information
#ECC7E7 (or 0xECC7E7) is known color: Snuff. HEX triplet: EC, C7 and E7. RGB value is (236,199,231). Sum of RGB (Red+Green+Blue) = 236+199+231=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7E7 is #133818. Grayscale: #D5D5D5. Windows color (decimal): -1259545 or 15189996. OLE color: 15189996.
HSL color Cylindrical-coordinate representation of color #ECC7E7: hue angle of 308.11º 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 #ECC7E7 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 231 | - |
CMYK | 0 | 0.16 | 0.02 | 0.07 |
HSL | 308.11º | 0.49% | 0.85% | - |
HSV(B) | 308.11º | 0.16% | 0.93% | - |
XYZ | 69.44 | 64.45 | 84.38 | - |
YUV | 213.71 | 137.76 | 143.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 231 | 0 | 0.16 | 0.02 | 0.07 | 308.11 | 0.49 | 0.85 |
Hex | EC | C7 | E7 | 0 | 10 | 2 | 7 | 134 | 31 | 55 |
Octal | 354 | 307 | 347 | 0 | 20 | 2 | 7 | 464 | 61 | 125 |
Binary | 11101100 | 11000111 | 11100111 | 0 | 10000 | 10 | 111 | 100110100 | 110001 | 1010101 |
Color Harmonies of #ECC7E7
Complementary color
Monochromatic Colors of #ECC7E7
Black with #ECC7E7
Text Example
Text Example
White with #ECC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7E7; }
p { color: rgb(236,199,231); }
H1.HeaderClassName
{
color: #ECC7E7;
}
.AnyTagClassName
{
color: #ECC7E7;
}
</style>
background-color css
<style>
a { background-color: #ECC7E7; }
a { background-color: rgb(236,199,231); }
div.DivClassName
{
background-color: #ECC7E7;
}
.BgClassName
{
background-color: #ECC7E7;
}
</style>
border-color css
<style>
span { border-color: #ECC7E7; }
span { border-color: rgb(236,199,231); }
td.TdClassName
{
border-color: #ECC7E7;
}
.TagClassName
{
border-color: #ECC7E7;
}
</style>