Shades of Snuff #E6CCE9
Tints of Snuff #E6CCE9
RGB
CMYK
RGB Variations
Color information
#E6CCE9 (or 0xE6CCE9) is known color: Snuff. HEX triplet: E6, CC and E9. RGB value is (230,204,233). Sum of RGB (Red+Green+Blue) = 230+204+233=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6CCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCE9 is #193316. Grayscale: #D6D6D6. Windows color (decimal): -1651479 or 15322342. OLE color: 15322342.
HSL color Cylindrical-coordinate representation of color #E6CCE9: hue angle of 293.79º degrees, saturation: 0.4, 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 #E6CCE9 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 204 | 233 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.09 |
| HSL | 293.79º | 0.4% | 0.86% | - |
| HSV(B) | 293.79º | 0.12% | 0.91% | - |
| XYZ | 68.93 | 65.89 | 86.18 | - |
| YUV | 215.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 233 | 0.01 | 0.12 | 0 | 0.09 | 293.79 | 0.4 | 0.86 |
| Hex | E6 | CC | E9 | 1 | C | 0 | 9 | 126 | 28 | 56 |
| Octal | 346 | 314 | 351 | 1 | 14 | 0 | 11 | 446 | 50 | 126 |
| Binary | 11100110 | 11001100 | 11101001 | 1 | 1100 | 0 | 1001 | 100100110 | 101000 | 1010110 |
Color Harmonies of #E6CCE9
Complementary color
Monochromatic Colors of #E6CCE9
Black with #E6CCE9
Text Example
Text Example
White with #E6CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCE9; }
p { color: rgb(230,204,233); }
H1.HeaderClassName
{
color: #E6CCE9;
}
.AnyTagClassName
{
color: #E6CCE9;
}
</style>
background-color css
<style>
a { background-color: #E6CCE9; }
a { background-color: rgb(230,204,233); }
div.DivClassName
{
background-color: #E6CCE9;
}
.BgClassName
{
background-color: #E6CCE9;
}
</style>
border-color css
<style>
span { border-color: #E6CCE9; }
span { border-color: rgb(230,204,233); }
td.TdClassName
{
border-color: #E6CCE9;
}
.TagClassName
{
border-color: #E6CCE9;
}
</style>