Shades of Snuff #EBC4EF
Tints of Snuff #EBC4EF
RGB
CMYK
RGB Variations
Color information
#EBC4EF (or 0xEBC4EF) is known color: Snuff. HEX triplet: EB, C4 and EF. RGB value is (235,196,239). Sum of RGB (Red+Green+Blue) = 235+196+239=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4EF is #143B10. Grayscale: #D4D4D4. Windows color (decimal): -1325841 or 15713515. OLE color: 15713515.
HSL color Cylindrical-coordinate representation of color #EBC4EF: hue angle of 294.42º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC4EF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 196 | 239 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.06 |
| HSL | 294.42º | 0.57% | 0.85% | - |
| HSV(B) | 294.42º | 0.18% | 0.94% | - |
| XYZ | 69.58 | 63.37 | 90.23 | - |
| YUV | 212.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 239 | 0.02 | 0.18 | 0 | 0.06 | 294.42 | 0.57 | 0.85 |
| Hex | EB | C4 | EF | 2 | 12 | 0 | 6 | 126 | 39 | 55 |
| Octal | 353 | 304 | 357 | 2 | 22 | 0 | 6 | 446 | 71 | 125 |
| Binary | 11101011 | 11000100 | 11101111 | 10 | 10010 | 0 | 110 | 100100110 | 111001 | 1010101 |
Color Harmonies of #EBC4EF
Complementary color
Monochromatic Colors of #EBC4EF
Black with #EBC4EF
Text Example
Text Example
White with #EBC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4EF; }
p { color: rgb(235,196,239); }
H1.HeaderClassName
{
color: #EBC4EF;
}
.AnyTagClassName
{
color: #EBC4EF;
}
</style>
background-color css
<style>
a { background-color: #EBC4EF; }
a { background-color: rgb(235,196,239); }
div.DivClassName
{
background-color: #EBC4EF;
}
.BgClassName
{
background-color: #EBC4EF;
}
</style>
border-color css
<style>
span { border-color: #EBC4EF; }
span { border-color: rgb(235,196,239); }
td.TdClassName
{
border-color: #EBC4EF;
}
.TagClassName
{
border-color: #EBC4EF;
}
</style>