Shades of Snuff #EBC8E6
Tints of Snuff #EBC8E6
RGB
CMYK
RGB Variations
Color information
#EBC8E6 (or 0xEBC8E6) is known color: Snuff. HEX triplet: EB, C8 and E6. RGB value is (235,200,230). Sum of RGB (Red+Green+Blue) = 235+200+230=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8E6 is #143719. Grayscale: #D5D5D5. Windows color (decimal): -1324826 or 15124715. OLE color: 15124715.
HSL color Cylindrical-coordinate representation of color #EBC8E6: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8E6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 230 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.08 |
| HSL | 308.57º | 0.47% | 0.85% | - |
| HSV(B) | 308.57º | 0.15% | 0.92% | - |
| XYZ | 69.2 | 64.68 | 83.7 | - |
| YUV | 213.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 230 | 0 | 0.15 | 0.02 | 0.08 | 308.57 | 0.47 | 0.85 |
| Hex | EB | C8 | E6 | 0 | F | 2 | 8 | 135 | 2F | 55 |
| Octal | 353 | 310 | 346 | 0 | 17 | 2 | 10 | 465 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11100110 | 0 | 1111 | 10 | 1000 | 100110101 | 101111 | 1010101 |
Color Harmonies of #EBC8E6
Complementary color
Monochromatic Colors of #EBC8E6
Black with #EBC8E6
Text Example
Text Example
White with #EBC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8E6; }
p { color: rgb(235,200,230); }
H1.HeaderClassName
{
color: #EBC8E6;
}
.AnyTagClassName
{
color: #EBC8E6;
}
</style>
background-color css
<style>
a { background-color: #EBC8E6; }
a { background-color: rgb(235,200,230); }
div.DivClassName
{
background-color: #EBC8E6;
}
.BgClassName
{
background-color: #EBC8E6;
}
</style>
border-color css
<style>
span { border-color: #EBC8E6; }
span { border-color: rgb(235,200,230); }
td.TdClassName
{
border-color: #EBC8E6;
}
.TagClassName
{
border-color: #EBC8E6;
}
</style>