Shades of Snuff #EBBFF3
Tints of Snuff #EBBFF3
RGB
CMYK
RGB Variations
Color information
#EBBFF3 (or 0xEBBFF3) is known color: Snuff. HEX triplet: EB, BF and F3. RGB value is (235,191,243). Sum of RGB (Red+Green+Blue) = 235+191+243=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBBFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF3 is #14400C. Grayscale: #D1D1D1. Windows color (decimal): -1327117 or 15974379. OLE color: 15974379.
HSL color Cylindrical-coordinate representation of color #EBBFF3: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBFF3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 191 | 243 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 290.77º | 0.68% | 0.85% | - |
| HSV(B) | 290.77º | 0.21% | 0.95% | - |
| XYZ | 69.07 | 61.39 | 93 | - |
| YUV | 210.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 243 | 0.03 | 0.21 | 0 | 0.05 | 290.77 | 0.68 | 0.85 |
| Hex | EB | BF | F3 | 3 | 15 | 0 | 5 | 123 | 44 | 55 |
| Octal | 353 | 277 | 363 | 3 | 25 | 0 | 5 | 443 | 104 | 125 |
| Binary | 11101011 | 10111111 | 11110011 | 11 | 10101 | 0 | 101 | 100100011 | 1000100 | 1010101 |
Color Harmonies of #EBBFF3
Complementary color
Monochromatic Colors of #EBBFF3
Black with #EBBFF3
Text Example
Text Example
White with #EBBFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFF3; }
p { color: rgb(235,191,243); }
H1.HeaderClassName
{
color: #EBBFF3;
}
.AnyTagClassName
{
color: #EBBFF3;
}
</style>
background-color css
<style>
a { background-color: #EBBFF3; }
a { background-color: rgb(235,191,243); }
div.DivClassName
{
background-color: #EBBFF3;
}
.BgClassName
{
background-color: #EBBFF3;
}
</style>
border-color css
<style>
span { border-color: #EBBFF3; }
span { border-color: rgb(235,191,243); }
td.TdClassName
{
border-color: #EBBFF3;
}
.TagClassName
{
border-color: #EBBFF3;
}
</style>