Shades of Snuff #E8CDE5
Tints of Snuff #E8CDE5
RGB
CMYK
RGB Variations
Color information
#E8CDE5 (or 0xE8CDE5) is known color: Snuff. HEX triplet: E8, CD and E5. RGB value is (232,205,229). Sum of RGB (Red+Green+Blue) = 232+205+229=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDE5 is #17321A. Grayscale: #D7D7D7. Windows color (decimal): -1520155 or 15060456. OLE color: 15060456.
HSL color Cylindrical-coordinate representation of color #E8CDE5: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CDE5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 229 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.09 |
| HSL | 306.67º | 0.37% | 0.86% | - |
| HSV(B) | 306.67º | 0.12% | 0.91% | - |
| XYZ | 69.25 | 66.48 | 83.31 | - |
| YUV | 215.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 229 | 0 | 0.12 | 0.01 | 0.09 | 306.67 | 0.37 | 0.86 |
| Hex | E8 | CD | E5 | 0 | C | 1 | 9 | 133 | 25 | 56 |
| Octal | 350 | 315 | 345 | 0 | 14 | 1 | 11 | 463 | 45 | 126 |
| Binary | 11101000 | 11001101 | 11100101 | 0 | 1100 | 1 | 1001 | 100110011 | 100101 | 1010110 |
Color Harmonies of #E8CDE5
Complementary color
Monochromatic Colors of #E8CDE5
Black with #E8CDE5
Text Example
Text Example
White with #E8CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDE5; }
p { color: rgb(232,205,229); }
H1.HeaderClassName
{
color: #E8CDE5;
}
.AnyTagClassName
{
color: #E8CDE5;
}
</style>
background-color css
<style>
a { background-color: #E8CDE5; }
a { background-color: rgb(232,205,229); }
div.DivClassName
{
background-color: #E8CDE5;
}
.BgClassName
{
background-color: #E8CDE5;
}
</style>
border-color css
<style>
span { border-color: #E8CDE5; }
span { border-color: rgb(232,205,229); }
td.TdClassName
{
border-color: #E8CDE5;
}
.TagClassName
{
border-color: #E8CDE5;
}
</style>