Shades of Snuff #E6CEE6
Tints of Snuff #E6CEE6
RGB
CMYK
RGB Variations
Color information
#E6CEE6 (or 0xE6CEE6) is known color: Snuff. HEX triplet: E6, CE and E6. RGB value is (230,206,230). Sum of RGB (Red+Green+Blue) = 230+206+230=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6CEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEE6 is #193119. Grayscale: #D7D7D7. Windows color (decimal): -1650970 or 15126246. OLE color: 15126246.
HSL color Cylindrical-coordinate representation of color #E6CEE6: hue angle of 300º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CEE6 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 230 | - |
| CMYK | 0 | 0.10 | 0 | 0.10 |
| HSL | 300º | 0.32% | 0.85% | - |
| HSV(B) | 300º | 0.1% | 0.9% | - |
| XYZ | 68.99 | 66.68 | 84.1 | - |
| YUV | 215.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 230 | 0 | 0.10 | 0 | 0.10 | 300 | 0.32 | 0.85 |
| Hex | E6 | CE | E6 | 0 | A | 0 | A | 12C | 20 | 55 |
| Octal | 346 | 316 | 346 | 0 | 12 | 0 | 12 | 454 | 40 | 125 |
| Binary | 11100110 | 11001110 | 11100110 | 0 | 1010 | 0 | 1010 | 100101100 | 100000 | 1010101 |
Color Harmonies of #E6CEE6
Complementary color
Monochromatic Colors of #E6CEE6
Black with #E6CEE6
Text Example
Text Example
White with #E6CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEE6; }
p { color: rgb(230,206,230); }
H1.HeaderClassName
{
color: #E6CEE6;
}
.AnyTagClassName
{
color: #E6CEE6;
}
</style>
background-color css
<style>
a { background-color: #E6CEE6; }
a { background-color: rgb(230,206,230); }
div.DivClassName
{
background-color: #E6CEE6;
}
.BgClassName
{
background-color: #E6CEE6;
}
</style>
border-color css
<style>
span { border-color: #E6CEE6; }
span { border-color: rgb(230,206,230); }
td.TdClassName
{
border-color: #E6CEE6;
}
.TagClassName
{
border-color: #E6CEE6;
}
</style>