Shades of Snuff #E6BEEC
Tints of Snuff #E6BEEC
RGB
CMYK
RGB Variations
Color information
#E6BEEC (or 0xE6BEEC) is known color: Snuff. HEX triplet: E6, BE and EC. RGB value is (230,190,236). Sum of RGB (Red+Green+Blue) = 230+190+236=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6BEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEEC is #194113. Grayscale: #CFCFCF. Windows color (decimal): -1655060 or 15515366. OLE color: 15515366.
HSL color Cylindrical-coordinate representation of color #E6BEEC: hue angle of 292.17º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BEEC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 190 | 236 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.07 |
| HSL | 292.17º | 0.55% | 0.84% | - |
| HSV(B) | 292.17º | 0.19% | 0.93% | - |
| XYZ | 66.19 | 59.71 | 87.39 | - |
| YUV | 207.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 236 | 0.03 | 0.19 | 0 | 0.07 | 292.17 | 0.55 | 0.84 |
| Hex | E6 | BE | EC | 3 | 13 | 0 | 7 | 124 | 37 | 54 |
| Octal | 346 | 276 | 354 | 3 | 23 | 0 | 7 | 444 | 67 | 124 |
| Binary | 11100110 | 10111110 | 11101100 | 11 | 10011 | 0 | 111 | 100100100 | 110111 | 1010100 |
Color Harmonies of #E6BEEC
Complementary color
Monochromatic Colors of #E6BEEC
Black with #E6BEEC
Text Example
Text Example
White with #E6BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEEC; }
p { color: rgb(230,190,236); }
H1.HeaderClassName
{
color: #E6BEEC;
}
.AnyTagClassName
{
color: #E6BEEC;
}
</style>
background-color css
<style>
a { background-color: #E6BEEC; }
a { background-color: rgb(230,190,236); }
div.DivClassName
{
background-color: #E6BEEC;
}
.BgClassName
{
background-color: #E6BEEC;
}
</style>
border-color css
<style>
span { border-color: #E6BEEC; }
span { border-color: rgb(230,190,236); }
td.TdClassName
{
border-color: #E6BEEC;
}
.TagClassName
{
border-color: #E6BEEC;
}
</style>