Shades of Snuff #E6C8EC
Tints of Snuff #E6C8EC
RGB
CMYK
RGB Variations
Color information
#E6C8EC (or 0xE6C8EC) is known color: Snuff. HEX triplet: E6, C8 and EC. RGB value is (230,200,236). Sum of RGB (Red+Green+Blue) = 230+200+236=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6C8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8EC is #193713. Grayscale: #D4D4D4. Windows color (decimal): -1652500 or 15517926. OLE color: 15517926.
HSL color Cylindrical-coordinate representation of color #E6C8EC: hue angle of 290º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C8EC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 200 | 236 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.07 |
| HSL | 290º | 0.49% | 0.85% | - |
| HSV(B) | 290º | 0.15% | 0.93% | - |
| XYZ | 68.43 | 64.19 | 88.14 | - |
| YUV | 213.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 236 | 0.03 | 0.15 | 0 | 0.07 | 290 | 0.49 | 0.85 |
| Hex | E6 | C8 | EC | 3 | F | 0 | 7 | 122 | 31 | 55 |
| Octal | 346 | 310 | 354 | 3 | 17 | 0 | 7 | 442 | 61 | 125 |
| Binary | 11100110 | 11001000 | 11101100 | 11 | 1111 | 0 | 111 | 100100010 | 110001 | 1010101 |
Color Harmonies of #E6C8EC
Complementary color
Monochromatic Colors of #E6C8EC
Black with #E6C8EC
Text Example
Text Example
White with #E6C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8EC; }
p { color: rgb(230,200,236); }
H1.HeaderClassName
{
color: #E6C8EC;
}
.AnyTagClassName
{
color: #E6C8EC;
}
</style>
background-color css
<style>
a { background-color: #E6C8EC; }
a { background-color: rgb(230,200,236); }
div.DivClassName
{
background-color: #E6C8EC;
}
.BgClassName
{
background-color: #E6C8EC;
}
</style>
border-color css
<style>
span { border-color: #E6C8EC; }
span { border-color: rgb(230,200,236); }
td.TdClassName
{
border-color: #E6C8EC;
}
.TagClassName
{
border-color: #E6C8EC;
}
</style>