Shades of Snuff #EBD2EA
Tints of Snuff #EBD2EA
RGB
CMYK
RGB Variations
Color information
#EBD2EA (or 0xEBD2EA) is known color: Snuff. HEX triplet: EB, D2 and EA. RGB value is (235,210,234). Sum of RGB (Red+Green+Blue) = 235+210+234=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2EA is #142D15. Grayscale: #DCDCDC. Windows color (decimal): -1322262 or 15389419. OLE color: 15389419.
HSL color Cylindrical-coordinate representation of color #EBD2EA: hue angle of 302.4º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2EA is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 234 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.08 |
| HSL | 302.4º | 0.38% | 0.87% | - |
| HSV(B) | 302.4º | 0.11% | 0.92% | - |
| XYZ | 72.16 | 69.7 | 87.49 | - |
| YUV | 220.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 234 | 0 | 0.11 | 0.00 | 0.08 | 302.4 | 0.38 | 0.87 |
| Hex | EB | D2 | EA | 0 | B | 0 | 8 | 12E | 26 | 57 |
| Octal | 353 | 322 | 352 | 0 | 13 | 0 | 10 | 456 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11101010 | 0 | 1011 | 0 | 1000 | 100101110 | 100110 | 1010111 |
Color Harmonies of #EBD2EA
Complementary color
Monochromatic Colors of #EBD2EA
Black with #EBD2EA
Text Example
Text Example
White with #EBD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2EA; }
p { color: rgb(235,210,234); }
H1.HeaderClassName
{
color: #EBD2EA;
}
.AnyTagClassName
{
color: #EBD2EA;
}
</style>
background-color css
<style>
a { background-color: #EBD2EA; }
a { background-color: rgb(235,210,234); }
div.DivClassName
{
background-color: #EBD2EA;
}
.BgClassName
{
background-color: #EBD2EA;
}
</style>
border-color css
<style>
span { border-color: #EBD2EA; }
span { border-color: rgb(235,210,234); }
td.TdClassName
{
border-color: #EBD2EA;
}
.TagClassName
{
border-color: #EBD2EA;
}
</style>