Shades of Snuff #E7CAE3
Tints of Snuff #E7CAE3
RGB
CMYK
RGB Variations
Color information
#E7CAE3 (or 0xE7CAE3) is known color: Snuff. HEX triplet: E7, CA and E3. RGB value is (231,202,227). Sum of RGB (Red+Green+Blue) = 231+202+227=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CAE3 is #18351C. Grayscale: #D5D5D5. Windows color (decimal): -1586461 or 14928615. OLE color: 14928615.
HSL color Cylindrical-coordinate representation of color #E7CAE3: hue angle of 308.28º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CAE3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 227 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.09 |
| HSL | 308.28º | 0.38% | 0.85% | - |
| HSV(B) | 308.28º | 0.13% | 0.91% | - |
| XYZ | 67.94 | 64.78 | 81.6 | - |
| YUV | 213.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 227 | 0 | 0.13 | 0.02 | 0.09 | 308.28 | 0.38 | 0.85 |
| Hex | E7 | CA | E3 | 0 | D | 2 | 9 | 134 | 26 | 55 |
| Octal | 347 | 312 | 343 | 0 | 15 | 2 | 11 | 464 | 46 | 125 |
| Binary | 11100111 | 11001010 | 11100011 | 0 | 1101 | 10 | 1001 | 100110100 | 100110 | 1010101 |
Color Harmonies of #E7CAE3
Complementary color
Monochromatic Colors of #E7CAE3
Black with #E7CAE3
Text Example
Text Example
White with #E7CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CAE3; }
p { color: rgb(231,202,227); }
H1.HeaderClassName
{
color: #E7CAE3;
}
.AnyTagClassName
{
color: #E7CAE3;
}
</style>
background-color css
<style>
a { background-color: #E7CAE3; }
a { background-color: rgb(231,202,227); }
div.DivClassName
{
background-color: #E7CAE3;
}
.BgClassName
{
background-color: #E7CAE3;
}
</style>
border-color css
<style>
span { border-color: #E7CAE3; }
span { border-color: rgb(231,202,227); }
td.TdClassName
{
border-color: #E7CAE3;
}
.TagClassName
{
border-color: #E7CAE3;
}
</style>