Shades of Snuff #E6DCE3
Tints of Snuff #E6DCE3
RGB
CMYK
RGB Variations
Color information
#E6DCE3 (or 0xE6DCE3) is known color: Snuff. HEX triplet: E6, DC and E3. RGB value is (230,220,227). Sum of RGB (Red+Green+Blue) = 230+220+227=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCE3 is #19231C. Grayscale: #DFDFDF. Windows color (decimal): -1647389 or 14933222. OLE color: 14933222.
HSL color Cylindrical-coordinate representation of color #E6DCE3: hue angle of 318º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DCE3 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 220 | 227 | - |
CMYK | 0 | 0.04 | 0.01 | 0.10 |
HSL | 318º | 0.17% | 0.88% | - |
HSV(B) | 318º | 0.04% | 0.9% | - |
XYZ | 72.09 | 73.56 | 83.07 | - |
YUV | 223.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 227 | 0 | 0.04 | 0.01 | 0.10 | 318 | 0.17 | 0.88 |
Hex | E6 | DC | E3 | 0 | 4 | 1 | A | 13E | 11 | 58 |
Octal | 346 | 334 | 343 | 0 | 4 | 1 | 12 | 476 | 21 | 130 |
Binary | 11100110 | 11011100 | 11100011 | 0 | 100 | 1 | 1010 | 100111110 | 10001 | 1011000 |
Color Harmonies of #E6DCE3
Complementary color
Monochromatic Colors of #E6DCE3
Black with #E6DCE3
Text Example
Text Example
White with #E6DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCE3; }
p { color: rgb(230,220,227); }
H1.HeaderClassName
{
color: #E6DCE3;
}
.AnyTagClassName
{
color: #E6DCE3;
}
</style>
background-color css
<style>
a { background-color: #E6DCE3; }
a { background-color: rgb(230,220,227); }
div.DivClassName
{
background-color: #E6DCE3;
}
.BgClassName
{
background-color: #E6DCE3;
}
</style>
border-color css
<style>
span { border-color: #E6DCE3; }
span { border-color: rgb(230,220,227); }
td.TdClassName
{
border-color: #E6DCE3;
}
.TagClassName
{
border-color: #E6DCE3;
}
</style>