Shades of Snuff #E8DFE6
Tints of Snuff #E8DFE6
RGB
CMYK
RGB Variations
Color information
#E8DFE6 (or 0xE8DFE6) is known color: Snuff. HEX triplet: E8, DF and E6. RGB value is (232,223,230). Sum of RGB (Red+Green+Blue) = 232+223+230=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFE6 is #172019. Grayscale: #E2E2E2. Windows color (decimal): -1515546 or 15130600. OLE color: 15130600.
HSL color Cylindrical-coordinate representation of color #E8DFE6: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8DFE6 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 230 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.09 |
| HSL | 313.33º | 0.16% | 0.89% | - |
| HSV(B) | 313.33º | 0.04% | 0.91% | - |
| XYZ | 73.95 | 75.64 | 85.57 | - |
| YUV | 226.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 230 | 0 | 0.04 | 0.01 | 0.09 | 313.33 | 0.16 | 0.89 |
| Hex | E8 | DF | E6 | 0 | 4 | 1 | 9 | 139 | 10 | 59 |
| Octal | 350 | 337 | 346 | 0 | 4 | 1 | 11 | 471 | 20 | 131 |
| Binary | 11101000 | 11011111 | 11100110 | 0 | 100 | 1 | 1001 | 100111001 | 10000 | 1011001 |
Color Harmonies of #E8DFE6
Complementary color
Monochromatic Colors of #E8DFE6
Black with #E8DFE6
Text Example
Text Example
White with #E8DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFE6; }
p { color: rgb(232,223,230); }
H1.HeaderClassName
{
color: #E8DFE6;
}
.AnyTagClassName
{
color: #E8DFE6;
}
</style>
background-color css
<style>
a { background-color: #E8DFE6; }
a { background-color: rgb(232,223,230); }
div.DivClassName
{
background-color: #E8DFE6;
}
.BgClassName
{
background-color: #E8DFE6;
}
</style>
border-color css
<style>
span { border-color: #E8DFE6; }
span { border-color: rgb(232,223,230); }
td.TdClassName
{
border-color: #E8DFE6;
}
.TagClassName
{
border-color: #E8DFE6;
}
</style>