Shades of Snuff #EBC8EE
Tints of Snuff #EBC8EE
RGB
CMYK
RGB Variations
Color information
#EBC8EE (or 0xEBC8EE) is known color: Snuff. HEX triplet: EB, C8 and EE. RGB value is (235,200,238). Sum of RGB (Red+Green+Blue) = 235+200+238=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8EE is #143711. Grayscale: #D6D6D6. Windows color (decimal): -1324818 or 15649003. OLE color: 15649003.
HSL color Cylindrical-coordinate representation of color #EBC8EE: hue angle of 295.26º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC8EE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 200 | 238 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 295.26º | 0.53% | 0.86% | - |
| HSV(B) | 295.26º | 0.16% | 0.93% | - |
| XYZ | 70.35 | 65.14 | 89.76 | - |
| YUV | 214.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 238 | 0.01 | 0.16 | 0 | 0.07 | 295.26 | 0.53 | 0.86 |
| Hex | EB | C8 | EE | 1 | 10 | 0 | 7 | 127 | 35 | 56 |
| Octal | 353 | 310 | 356 | 1 | 20 | 0 | 7 | 447 | 65 | 126 |
| Binary | 11101011 | 11001000 | 11101110 | 1 | 10000 | 0 | 111 | 100100111 | 110101 | 1010110 |
Color Harmonies of #EBC8EE
Complementary color
Monochromatic Colors of #EBC8EE
Black with #EBC8EE
Text Example
Text Example
White with #EBC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8EE; }
p { color: rgb(235,200,238); }
H1.HeaderClassName
{
color: #EBC8EE;
}
.AnyTagClassName
{
color: #EBC8EE;
}
</style>
background-color css
<style>
a { background-color: #EBC8EE; }
a { background-color: rgb(235,200,238); }
div.DivClassName
{
background-color: #EBC8EE;
}
.BgClassName
{
background-color: #EBC8EE;
}
</style>
border-color css
<style>
span { border-color: #EBC8EE; }
span { border-color: rgb(235,200,238); }
td.TdClassName
{
border-color: #EBC8EE;
}
.TagClassName
{
border-color: #EBC8EE;
}
</style>