Shades of Snuff #E6CCE3
Tints of Snuff #E6CCE3
RGB
CMYK
RGB Variations
Color information
#E6CCE3 (or 0xE6CCE3) is known color: Snuff. HEX triplet: E6, CC and E3. RGB value is (230,204,227). Sum of RGB (Red+Green+Blue) = 230+204+227=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCE3 is #19331C. Grayscale: #D6D6D6. Windows color (decimal): -1651485 or 14929126. OLE color: 14929126.
HSL color Cylindrical-coordinate representation of color #E6CCE3: hue angle of 306.92º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCE3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 227 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.10 |
| HSL | 306.92º | 0.34% | 0.85% | - |
| HSV(B) | 306.92º | 0.11% | 0.9% | - |
| XYZ | 68.09 | 65.55 | 81.74 | - |
| YUV | 214.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 227 | 0 | 0.11 | 0.01 | 0.10 | 306.92 | 0.34 | 0.85 |
| Hex | E6 | CC | E3 | 0 | B | 1 | A | 133 | 22 | 55 |
| Octal | 346 | 314 | 343 | 0 | 13 | 1 | 12 | 463 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11100011 | 0 | 1011 | 1 | 1010 | 100110011 | 100010 | 1010101 |
Color Harmonies of #E6CCE3
Complementary color
Monochromatic Colors of #E6CCE3
Black with #E6CCE3
Text Example
Text Example
White with #E6CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCE3; }
p { color: rgb(230,204,227); }
H1.HeaderClassName
{
color: #E6CCE3;
}
.AnyTagClassName
{
color: #E6CCE3;
}
</style>
background-color css
<style>
a { background-color: #E6CCE3; }
a { background-color: rgb(230,204,227); }
div.DivClassName
{
background-color: #E6CCE3;
}
.BgClassName
{
background-color: #E6CCE3;
}
</style>
border-color css
<style>
span { border-color: #E6CCE3; }
span { border-color: rgb(230,204,227); }
td.TdClassName
{
border-color: #E6CCE3;
}
.TagClassName
{
border-color: #E6CCE3;
}
</style>