Shades of Snuff #E5D3E6
Tints of Snuff #E5D3E6
RGB
CMYK
RGB Variations
Color information
#E5D3E6 (or 0xE5D3E6) is known color: Snuff. HEX triplet: E5, D3 and E6. RGB value is (229,211,230). Sum of RGB (Red+Green+Blue) = 229+211+230=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5D3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3E6 is #1A2C19. Grayscale: #DADADA. Windows color (decimal): -1715226 or 15127525. OLE color: 15127525.
HSL color Cylindrical-coordinate representation of color #E5D3E6: hue angle of 296.84º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D3E6 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 230 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.10 |
| HSL | 296.84º | 0.28% | 0.86% | - |
| HSV(B) | 296.84º | 0.08% | 0.9% | - |
| XYZ | 69.89 | 68.96 | 84.49 | - |
| YUV | 218.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 230 | 0.00 | 0.08 | 0 | 0.10 | 296.84 | 0.28 | 0.86 |
| Hex | E5 | D3 | E6 | 0 | 8 | 0 | A | 129 | 1C | 56 |
| Octal | 345 | 323 | 346 | 0 | 10 | 0 | 12 | 451 | 34 | 126 |
| Binary | 11100101 | 11010011 | 11100110 | 0 | 1000 | 0 | 1010 | 100101001 | 11100 | 1010110 |
Color Harmonies of #E5D3E6
Complementary color
Monochromatic Colors of #E5D3E6
Black with #E5D3E6
Text Example
Text Example
White with #E5D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D3E6; }
p { color: rgb(229,211,230); }
H1.HeaderClassName
{
color: #E5D3E6;
}
.AnyTagClassName
{
color: #E5D3E6;
}
</style>
background-color css
<style>
a { background-color: #E5D3E6; }
a { background-color: rgb(229,211,230); }
div.DivClassName
{
background-color: #E5D3E6;
}
.BgClassName
{
background-color: #E5D3E6;
}
</style>
border-color css
<style>
span { border-color: #E5D3E6; }
span { border-color: rgb(229,211,230); }
td.TdClassName
{
border-color: #E5D3E6;
}
.TagClassName
{
border-color: #E5D3E6;
}
</style>