Shades of Snuff #E8BDEF
Tints of Snuff #E8BDEF
RGB
CMYK
RGB Variations
Color information
#E8BDEF (or 0xE8BDEF) is known color: Snuff. HEX triplet: E8, BD and EF. RGB value is (232,189,239). Sum of RGB (Red+Green+Blue) = 232+189+239=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEF is #174210. Grayscale: #CFCFCF. Windows color (decimal): -1524241 or 15711720. OLE color: 15711720.
HSL color Cylindrical-coordinate representation of color #E8BDEF: hue angle of 291.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BDEF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 189 | 239 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.06 |
| HSL | 291.6º | 0.61% | 0.84% | - |
| HSV(B) | 291.6º | 0.21% | 0.94% | - |
| XYZ | 67.06 | 59.78 | 89.67 | - |
| YUV | 207.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 239 | 0.03 | 0.21 | 0 | 0.06 | 291.6 | 0.61 | 0.84 |
| Hex | E8 | BD | EF | 3 | 15 | 0 | 6 | 124 | 3D | 54 |
| Octal | 350 | 275 | 357 | 3 | 25 | 0 | 6 | 444 | 75 | 124 |
| Binary | 11101000 | 10111101 | 11101111 | 11 | 10101 | 0 | 110 | 100100100 | 111101 | 1010100 |
Color Harmonies of #E8BDEF
Complementary color
Monochromatic Colors of #E8BDEF
Black with #E8BDEF
Text Example
Text Example
White with #E8BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDEF; }
p { color: rgb(232,189,239); }
H1.HeaderClassName
{
color: #E8BDEF;
}
.AnyTagClassName
{
color: #E8BDEF;
}
</style>
background-color css
<style>
a { background-color: #E8BDEF; }
a { background-color: rgb(232,189,239); }
div.DivClassName
{
background-color: #E8BDEF;
}
.BgClassName
{
background-color: #E8BDEF;
}
</style>
border-color css
<style>
span { border-color: #E8BDEF; }
span { border-color: rgb(232,189,239); }
td.TdClassName
{
border-color: #E8BDEF;
}
.TagClassName
{
border-color: #E8BDEF;
}
</style>