Shades of Snuff #E8DBE4
Tints of Snuff #E8DBE4
RGB
CMYK
RGB Variations
Color information
#E8DBE4 (or 0xE8DBE4) is known color: Snuff. HEX triplet: E8, DB and E4. RGB value is (232,219,228). Sum of RGB (Red+Green+Blue) = 232+219+228=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBE4 is #17241B. Grayscale: #DFDFDF. Windows color (decimal): -1516572 or 14998504. OLE color: 14998504.
HSL color Cylindrical-coordinate representation of color #E8DBE4: hue angle of 318.46º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DBE4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 228 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.09 |
| HSL | 318.46º | 0.22% | 0.88% | - |
| HSV(B) | 318.46º | 0.06% | 0.91% | - |
| XYZ | 72.61 | 73.42 | 83.74 | - |
| YUV | 223.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 228 | 0 | 0.06 | 0.02 | 0.09 | 318.46 | 0.22 | 0.88 |
| Hex | E8 | DB | E4 | 0 | 6 | 2 | 9 | 13E | 16 | 58 |
| Octal | 350 | 333 | 344 | 0 | 6 | 2 | 11 | 476 | 26 | 130 |
| Binary | 11101000 | 11011011 | 11100100 | 0 | 110 | 10 | 1001 | 100111110 | 10110 | 1011000 |
Color Harmonies of #E8DBE4
Complementary color
Monochromatic Colors of #E8DBE4
Black with #E8DBE4
Text Example
Text Example
White with #E8DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBE4; }
p { color: rgb(232,219,228); }
H1.HeaderClassName
{
color: #E8DBE4;
}
.AnyTagClassName
{
color: #E8DBE4;
}
</style>
background-color css
<style>
a { background-color: #E8DBE4; }
a { background-color: rgb(232,219,228); }
div.DivClassName
{
background-color: #E8DBE4;
}
.BgClassName
{
background-color: #E8DBE4;
}
</style>
border-color css
<style>
span { border-color: #E8DBE4; }
span { border-color: rgb(232,219,228); }
td.TdClassName
{
border-color: #E8DBE4;
}
.TagClassName
{
border-color: #E8DBE4;
}
</style>