Shades of Snuff #E7CFEB
Tints of Snuff #E7CFEB
RGB
CMYK
RGB Variations
Color information
#E7CFEB (or 0xE7CFEB) is known color: Snuff. HEX triplet: E7, CF and EB. RGB value is (231,207,235). Sum of RGB (Red+Green+Blue) = 231+207+235=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFEB is #183014. Grayscale: #D9D9D9. Windows color (decimal): -1585173 or 15454183. OLE color: 15454183.
HSL color Cylindrical-coordinate representation of color #E7CFEB: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CFEB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 207 | 235 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.08 |
| HSL | 291.43º | 0.41% | 0.87% | - |
| HSV(B) | 291.43º | 0.12% | 0.92% | - |
| XYZ | 70.26 | 67.61 | 87.94 | - |
| YUV | 217.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 235 | 0.02 | 0.12 | 0 | 0.08 | 291.43 | 0.41 | 0.87 |
| Hex | E7 | CF | EB | 2 | C | 0 | 8 | 123 | 29 | 57 |
| Octal | 347 | 317 | 353 | 2 | 14 | 0 | 10 | 443 | 51 | 127 |
| Binary | 11100111 | 11001111 | 11101011 | 10 | 1100 | 0 | 1000 | 100100011 | 101001 | 1010111 |
Color Harmonies of #E7CFEB
Complementary color
Monochromatic Colors of #E7CFEB
Black with #E7CFEB
Text Example
Text Example
White with #E7CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFEB; }
p { color: rgb(231,207,235); }
H1.HeaderClassName
{
color: #E7CFEB;
}
.AnyTagClassName
{
color: #E7CFEB;
}
</style>
background-color css
<style>
a { background-color: #E7CFEB; }
a { background-color: rgb(231,207,235); }
div.DivClassName
{
background-color: #E7CFEB;
}
.BgClassName
{
background-color: #E7CFEB;
}
</style>
border-color css
<style>
span { border-color: #E7CFEB; }
span { border-color: rgb(231,207,235); }
td.TdClassName
{
border-color: #E7CFEB;
}
.TagClassName
{
border-color: #E7CFEB;
}
</style>