Shades of Snuff #E3C6E5
Tints of Snuff #E3C6E5
RGB
CMYK
RGB Variations
Color information
#E3C6E5 (or 0xE3C6E5) is known color: Snuff. HEX triplet: E3, C6 and E5. RGB value is (227,198,229). Sum of RGB (Red+Green+Blue) = 227+198+229=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3C6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C6E5 is #1C391A. Grayscale: #D2D2D2. Windows color (decimal): -1849627 or 15058659. OLE color: 15058659.
HSL color Cylindrical-coordinate representation of color #E3C6E5: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3C6E5 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 198 | 229 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.10 |
| HSL | 296.13º | 0.37% | 0.84% | - |
| HSV(B) | 296.13º | 0.14% | 0.9% | - |
| XYZ | 66.02 | 62.38 | 82.69 | - |
| YUV | 210.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 229 | 0.01 | 0.14 | 0 | 0.10 | 296.13 | 0.37 | 0.84 |
| Hex | E3 | C6 | E5 | 1 | E | 0 | A | 128 | 25 | 54 |
| Octal | 343 | 306 | 345 | 1 | 16 | 0 | 12 | 450 | 45 | 124 |
| Binary | 11100011 | 11000110 | 11100101 | 1 | 1110 | 0 | 1010 | 100101000 | 100101 | 1010100 |
Color Harmonies of #E3C6E5
Complementary color
Monochromatic Colors of #E3C6E5
Black with #E3C6E5
Text Example
Text Example
White with #E3C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C6E5; }
p { color: rgb(227,198,229); }
H1.HeaderClassName
{
color: #E3C6E5;
}
.AnyTagClassName
{
color: #E3C6E5;
}
</style>
background-color css
<style>
a { background-color: #E3C6E5; }
a { background-color: rgb(227,198,229); }
div.DivClassName
{
background-color: #E3C6E5;
}
.BgClassName
{
background-color: #E3C6E5;
}
</style>
border-color css
<style>
span { border-color: #E3C6E5; }
span { border-color: rgb(227,198,229); }
td.TdClassName
{
border-color: #E3C6E5;
}
.TagClassName
{
border-color: #E3C6E5;
}
</style>