Shades of Snuff #E6C2EC
Tints of Snuff #E6C2EC
RGB
CMYK
RGB Variations
Color information
#E6C2EC (or 0xE6C2EC) is known color: Snuff. HEX triplet: E6, C2 and EC. RGB value is (230,194,236). Sum of RGB (Red+Green+Blue) = 230+194+236=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6C2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2EC is #193D13. Grayscale: #D1D1D1. Windows color (decimal): -1654036 or 15516390. OLE color: 15516390.
HSL color Cylindrical-coordinate representation of color #E6C2EC: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C2EC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 194 | 236 | - |
CMYK | 0.03 | 0.18 | 0 | 0.07 |
HSL | 291.43º | 0.53% | 0.84% | - |
HSV(B) | 291.43º | 0.18% | 0.93% | - |
XYZ | 67.07 | 61.46 | 87.69 | - |
YUV | 209.55 | 142.93 | 142.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 194 | 236 | 0.03 | 0.18 | 0 | 0.07 | 291.43 | 0.53 | 0.84 |
Hex | E6 | C2 | EC | 3 | 12 | 0 | 7 | 123 | 34 | 54 |
Octal | 346 | 302 | 354 | 3 | 22 | 0 | 7 | 443 | 64 | 124 |
Binary | 11100110 | 11000010 | 11101100 | 11 | 10010 | 0 | 111 | 100100011 | 110100 | 1010100 |
Color Harmonies of #E6C2EC
Complementary color
Monochromatic Colors of #E6C2EC
Black with #E6C2EC
Text Example
Text Example
White with #E6C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C2EC; }
p { color: rgb(230,194,236); }
H1.HeaderClassName
{
color: #E6C2EC;
}
.AnyTagClassName
{
color: #E6C2EC;
}
</style>
background-color css
<style>
a { background-color: #E6C2EC; }
a { background-color: rgb(230,194,236); }
div.DivClassName
{
background-color: #E6C2EC;
}
.BgClassName
{
background-color: #E6C2EC;
}
</style>
border-color css
<style>
span { border-color: #E6C2EC; }
span { border-color: rgb(230,194,236); }
td.TdClassName
{
border-color: #E6C2EC;
}
.TagClassName
{
border-color: #E6C2EC;
}
</style>