Shades of Snuff #E7DCE4
Tints of Snuff #E7DCE4
RGB
CMYK
RGB Variations
Color information
#E7DCE4 (or 0xE7DCE4) is known color: Snuff. HEX triplet: E7, DC and E4. RGB value is (231,220,228). Sum of RGB (Red+Green+Blue) = 231+220+228=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCE4 is #18231B. Grayscale: #E0E0E0. Windows color (decimal): -1581852 or 14998759. OLE color: 14998759.
HSL color Cylindrical-coordinate representation of color #E7DCE4: hue angle of 316.36º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DCE4 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 228 | - |
CMYK | 0 | 0.05 | 0.01 | 0.09 |
HSL | 316.36º | 0.19% | 0.88% | - |
HSV(B) | 316.36º | 0.05% | 0.91% | - |
XYZ | 72.55 | 73.78 | 83.82 | - |
YUV | 224.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 228 | 0 | 0.05 | 0.01 | 0.09 | 316.36 | 0.19 | 0.88 |
Hex | E7 | DC | E4 | 0 | 5 | 1 | 9 | 13C | 13 | 58 |
Octal | 347 | 334 | 344 | 0 | 5 | 1 | 11 | 474 | 23 | 130 |
Binary | 11100111 | 11011100 | 11100100 | 0 | 101 | 1 | 1001 | 100111100 | 10011 | 1011000 |
Color Harmonies of #E7DCE4
Complementary color
Monochromatic Colors of #E7DCE4
Black with #E7DCE4
Text Example
Text Example
White with #E7DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCE4; }
p { color: rgb(231,220,228); }
H1.HeaderClassName
{
color: #E7DCE4;
}
.AnyTagClassName
{
color: #E7DCE4;
}
</style>
background-color css
<style>
a { background-color: #E7DCE4; }
a { background-color: rgb(231,220,228); }
div.DivClassName
{
background-color: #E7DCE4;
}
.BgClassName
{
background-color: #E7DCE4;
}
</style>
border-color css
<style>
span { border-color: #E7DCE4; }
span { border-color: rgb(231,220,228); }
td.TdClassName
{
border-color: #E7DCE4;
}
.TagClassName
{
border-color: #E7DCE4;
}
</style>