Shades of Snuff #E6D1E4
Tints of Snuff #E6D1E4
RGB
CMYK
RGB Variations
Color information
#E6D1E4 (or 0xE6D1E4) is known color: Snuff. HEX triplet: E6, D1 and E4. RGB value is (230,209,228). Sum of RGB (Red+Green+Blue) = 230+209+228=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1E4 is #192E1B. Grayscale: #D9D9D9. Windows color (decimal): -1650204 or 14995942. OLE color: 14995942.
HSL color Cylindrical-coordinate representation of color #E6D1E4: hue angle of 305.71º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6D1E4 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 228 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.10 |
| HSL | 305.71º | 0.3% | 0.86% | - |
| HSV(B) | 305.71º | 0.09% | 0.9% | - |
| XYZ | 69.44 | 68.03 | 82.87 | - |
| YUV | 217.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 228 | 0 | 0.09 | 0.01 | 0.10 | 305.71 | 0.3 | 0.86 |
| Hex | E6 | D1 | E4 | 0 | 9 | 1 | A | 132 | 1E | 56 |
| Octal | 346 | 321 | 344 | 0 | 11 | 1 | 12 | 462 | 36 | 126 |
| Binary | 11100110 | 11010001 | 11100100 | 0 | 1001 | 1 | 1010 | 100110010 | 11110 | 1010110 |
Color Harmonies of #E6D1E4
Complementary color
Monochromatic Colors of #E6D1E4
Black with #E6D1E4
Text Example
Text Example
White with #E6D1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1E4; }
p { color: rgb(230,209,228); }
H1.HeaderClassName
{
color: #E6D1E4;
}
.AnyTagClassName
{
color: #E6D1E4;
}
</style>
background-color css
<style>
a { background-color: #E6D1E4; }
a { background-color: rgb(230,209,228); }
div.DivClassName
{
background-color: #E6D1E4;
}
.BgClassName
{
background-color: #E6D1E4;
}
</style>
border-color css
<style>
span { border-color: #E6D1E4; }
span { border-color: rgb(230,209,228); }
td.TdClassName
{
border-color: #E6D1E4;
}
.TagClassName
{
border-color: #E6D1E4;
}
</style>