Shades of Snuff #EBBFF2
Tints of Snuff #EBBFF2
RGB
CMYK
RGB Variations
Color information
#EBBFF2 (or 0xEBBFF2) is known color: Snuff. HEX triplet: EB, BF and F2. RGB value is (235,191,242). Sum of RGB (Red+Green+Blue) = 235+191+242=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF2 is #14400D. Grayscale: #D1D1D1. Windows color (decimal): -1327118 or 15908843. OLE color: 15908843.
HSL color Cylindrical-coordinate representation of color #EBBFF2: hue angle of 291.76º degrees, saturation: 0.66, 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 #EBBFF2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 191 | 242 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 291.76º | 0.66% | 0.85% | - |
| HSV(B) | 291.76º | 0.21% | 0.95% | - |
| XYZ | 68.92 | 61.33 | 92.21 | - |
| YUV | 209.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 242 | 0.03 | 0.21 | 0 | 0.05 | 291.76 | 0.66 | 0.85 |
| Hex | EB | BF | F2 | 3 | 15 | 0 | 5 | 124 | 42 | 55 |
| Octal | 353 | 277 | 362 | 3 | 25 | 0 | 5 | 444 | 102 | 125 |
| Binary | 11101011 | 10111111 | 11110010 | 11 | 10101 | 0 | 101 | 100100100 | 1000010 | 1010101 |
Color Harmonies of #EBBFF2
Complementary color
Monochromatic Colors of #EBBFF2
Black with #EBBFF2
Text Example
Text Example
White with #EBBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFF2; }
p { color: rgb(235,191,242); }
H1.HeaderClassName
{
color: #EBBFF2;
}
.AnyTagClassName
{
color: #EBBFF2;
}
</style>
background-color css
<style>
a { background-color: #EBBFF2; }
a { background-color: rgb(235,191,242); }
div.DivClassName
{
background-color: #EBBFF2;
}
.BgClassName
{
background-color: #EBBFF2;
}
</style>
border-color css
<style>
span { border-color: #EBBFF2; }
span { border-color: rgb(235,191,242); }
td.TdClassName
{
border-color: #EBBFF2;
}
.TagClassName
{
border-color: #EBBFF2;
}
</style>