Shades of Snuff #EBC7EF
Tints of Snuff #EBC7EF
RGB
CMYK
RGB Variations
Color information
#EBC7EF (or 0xEBC7EF) is known color: Snuff. HEX triplet: EB, C7 and EF. RGB value is (235,199,239). Sum of RGB (Red+Green+Blue) = 235+199+239=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7EF is #143810. Grayscale: #D6D6D6. Windows color (decimal): -1325073 or 15714283. OLE color: 15714283.
HSL color Cylindrical-coordinate representation of color #EBC7EF: hue angle of 294º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC7EF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 199 | 239 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.06 |
| HSL | 294º | 0.56% | 0.86% | - |
| HSV(B) | 294º | 0.17% | 0.94% | - |
| XYZ | 70.26 | 64.74 | 90.45 | - |
| YUV | 214.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 239 | 0.02 | 0.17 | 0 | 0.06 | 294 | 0.56 | 0.86 |
| Hex | EB | C7 | EF | 2 | 11 | 0 | 6 | 126 | 38 | 56 |
| Octal | 353 | 307 | 357 | 2 | 21 | 0 | 6 | 446 | 70 | 126 |
| Binary | 11101011 | 11000111 | 11101111 | 10 | 10001 | 0 | 110 | 100100110 | 111000 | 1010110 |
Color Harmonies of #EBC7EF
Complementary color
Monochromatic Colors of #EBC7EF
Black with #EBC7EF
Text Example
Text Example
White with #EBC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7EF; }
p { color: rgb(235,199,239); }
H1.HeaderClassName
{
color: #EBC7EF;
}
.AnyTagClassName
{
color: #EBC7EF;
}
</style>
background-color css
<style>
a { background-color: #EBC7EF; }
a { background-color: rgb(235,199,239); }
div.DivClassName
{
background-color: #EBC7EF;
}
.BgClassName
{
background-color: #EBC7EF;
}
</style>
border-color css
<style>
span { border-color: #EBC7EF; }
span { border-color: rgb(235,199,239); }
td.TdClassName
{
border-color: #EBC7EF;
}
.TagClassName
{
border-color: #EBC7EF;
}
</style>