Shades of Snuff #E7CDE3
Tints of Snuff #E7CDE3
RGB
CMYK
RGB Variations
Color information
#E7CDE3 (or 0xE7CDE3) is known color: Snuff. HEX triplet: E7, CD and E3. RGB value is (231,205,227). Sum of RGB (Red+Green+Blue) = 231+205+227=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDE3 is #18321C. Grayscale: #D7D7D7. Windows color (decimal): -1585693 or 14929383. OLE color: 14929383.
HSL color Cylindrical-coordinate representation of color #E7CDE3: hue angle of 309.23º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CDE3 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 227 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.09 |
| HSL | 309.23º | 0.35% | 0.85% | - |
| HSV(B) | 309.23º | 0.11% | 0.91% | - |
| XYZ | 68.65 | 66.2 | 81.83 | - |
| YUV | 215.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 227 | 0 | 0.11 | 0.02 | 0.09 | 309.23 | 0.35 | 0.85 |
| Hex | E7 | CD | E3 | 0 | B | 2 | 9 | 135 | 23 | 55 |
| Octal | 347 | 315 | 343 | 0 | 13 | 2 | 11 | 465 | 43 | 125 |
| Binary | 11100111 | 11001101 | 11100011 | 0 | 1011 | 10 | 1001 | 100110101 | 100011 | 1010101 |
Color Harmonies of #E7CDE3
Complementary color
Monochromatic Colors of #E7CDE3
Black with #E7CDE3
Text Example
Text Example
White with #E7CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDE3; }
p { color: rgb(231,205,227); }
H1.HeaderClassName
{
color: #E7CDE3;
}
.AnyTagClassName
{
color: #E7CDE3;
}
</style>
background-color css
<style>
a { background-color: #E7CDE3; }
a { background-color: rgb(231,205,227); }
div.DivClassName
{
background-color: #E7CDE3;
}
.BgClassName
{
background-color: #E7CDE3;
}
</style>
border-color css
<style>
span { border-color: #E7CDE3; }
span { border-color: rgb(231,205,227); }
td.TdClassName
{
border-color: #E7CDE3;
}
.TagClassName
{
border-color: #E7CDE3;
}
</style>