Shades of Snuff #E7CFEC
Tints of Snuff #E7CFEC
RGB
CMYK
RGB Variations
Color information
#E7CFEC (or 0xE7CFEC) is known color: Snuff. HEX triplet: E7, CF and EC. RGB value is (231,207,236). Sum of RGB (Red+Green+Blue) = 231+207+236=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFEC is #183013. Grayscale: #D9D9D9. Windows color (decimal): -1585172 or 15519719. OLE color: 15519719.
HSL color Cylindrical-coordinate representation of color #E7CFEC: hue angle of 289.66º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CFEC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 207 | 236 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.07 |
| HSL | 289.66º | 0.43% | 0.87% | - |
| HSV(B) | 289.66º | 0.12% | 0.93% | - |
| XYZ | 70.41 | 67.67 | 88.71 | - |
| YUV | 217.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 236 | 0.02 | 0.12 | 0 | 0.07 | 289.66 | 0.43 | 0.87 |
| Hex | E7 | CF | EC | 2 | C | 0 | 7 | 122 | 2B | 57 |
| Octal | 347 | 317 | 354 | 2 | 14 | 0 | 7 | 442 | 53 | 127 |
| Binary | 11100111 | 11001111 | 11101100 | 10 | 1100 | 0 | 111 | 100100010 | 101011 | 1010111 |
Color Harmonies of #E7CFEC
Complementary color
Monochromatic Colors of #E7CFEC
Black with #E7CFEC
Text Example
Text Example
White with #E7CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFEC; }
p { color: rgb(231,207,236); }
H1.HeaderClassName
{
color: #E7CFEC;
}
.AnyTagClassName
{
color: #E7CFEC;
}
</style>
background-color css
<style>
a { background-color: #E7CFEC; }
a { background-color: rgb(231,207,236); }
div.DivClassName
{
background-color: #E7CFEC;
}
.BgClassName
{
background-color: #E7CFEC;
}
</style>
border-color css
<style>
span { border-color: #E7CFEC; }
span { border-color: rgb(231,207,236); }
td.TdClassName
{
border-color: #E7CFEC;
}
.TagClassName
{
border-color: #E7CFEC;
}
</style>