Shades of Snuff #EBC2EF
Tints of Snuff #EBC2EF
RGB
CMYK
RGB Variations
Color information
#EBC2EF (or 0xEBC2EF) is known color: Snuff. HEX triplet: EB, C2 and EF. RGB value is (235,194,239). Sum of RGB (Red+Green+Blue) = 235+194+239=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EF is #143D10. Grayscale: #D3D3D3. Windows color (decimal): -1326353 or 15713003. OLE color: 15713003.
HSL color Cylindrical-coordinate representation of color #EBC2EF: hue angle of 294.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC2EF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 194 | 239 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.06 |
| HSL | 294.67º | 0.58% | 0.85% | - |
| HSV(B) | 294.67º | 0.19% | 0.94% | - |
| XYZ | 69.13 | 62.48 | 90.08 | - |
| YUV | 211.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 239 | 0.02 | 0.19 | 0 | 0.06 | 294.67 | 0.58 | 0.85 |
| Hex | EB | C2 | EF | 2 | 13 | 0 | 6 | 127 | 3A | 55 |
| Octal | 353 | 302 | 357 | 2 | 23 | 0 | 6 | 447 | 72 | 125 |
| Binary | 11101011 | 11000010 | 11101111 | 10 | 10011 | 0 | 110 | 100100111 | 111010 | 1010101 |
Color Harmonies of #EBC2EF
Complementary color
Monochromatic Colors of #EBC2EF
Black with #EBC2EF
Text Example
Text Example
White with #EBC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2EF; }
p { color: rgb(235,194,239); }
H1.HeaderClassName
{
color: #EBC2EF;
}
.AnyTagClassName
{
color: #EBC2EF;
}
</style>
background-color css
<style>
a { background-color: #EBC2EF; }
a { background-color: rgb(235,194,239); }
div.DivClassName
{
background-color: #EBC2EF;
}
.BgClassName
{
background-color: #EBC2EF;
}
</style>
border-color css
<style>
span { border-color: #EBC2EF; }
span { border-color: rgb(235,194,239); }
td.TdClassName
{
border-color: #EBC2EF;
}
.TagClassName
{
border-color: #EBC2EF;
}
</style>