Shades of Snuff #E7DBE6
Tints of Snuff #E7DBE6
RGB
CMYK
RGB Variations
Color information
#E7DBE6 (or 0xE7DBE6) is known color: Snuff. HEX triplet: E7, DB and E6. RGB value is (231,219,230). Sum of RGB (Red+Green+Blue) = 231+219+230=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBE6 is #182419. Grayscale: #DFDFDF. Windows color (decimal): -1582106 or 15129575. OLE color: 15129575.
HSL color Cylindrical-coordinate representation of color #E7DBE6: hue angle of 305º degrees, saturation: 0.2, 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 #E7DBE6 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 219 | 230 | - |
CMYK | 0 | 0.05 | 0.00 | 0.09 |
HSL | 305º | 0.2% | 0.88% | - |
HSV(B) | 305º | 0.05% | 0.91% | - |
XYZ | 72.57 | 73.37 | 85.2 | - |
YUV | 223.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 230 | 0 | 0.05 | 0.00 | 0.09 | 305 | 0.2 | 0.88 |
Hex | E7 | DB | E6 | 0 | 5 | 0 | 9 | 131 | 14 | 58 |
Octal | 347 | 333 | 346 | 0 | 5 | 0 | 11 | 461 | 24 | 130 |
Binary | 11100111 | 11011011 | 11100110 | 0 | 101 | 0 | 1001 | 100110001 | 10100 | 1011000 |
Color Harmonies of #E7DBE6
Complementary color
Monochromatic Colors of #E7DBE6
Black with #E7DBE6
Text Example
Text Example
White with #E7DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBE6; }
p { color: rgb(231,219,230); }
H1.HeaderClassName
{
color: #E7DBE6;
}
.AnyTagClassName
{
color: #E7DBE6;
}
</style>
background-color css
<style>
a { background-color: #E7DBE6; }
a { background-color: rgb(231,219,230); }
div.DivClassName
{
background-color: #E7DBE6;
}
.BgClassName
{
background-color: #E7DBE6;
}
</style>
border-color css
<style>
span { border-color: #E7DBE6; }
span { border-color: rgb(231,219,230); }
td.TdClassName
{
border-color: #E7DBE6;
}
.TagClassName
{
border-color: #E7DBE6;
}
</style>