Shades of Snuff #EBBDF2
Tints of Snuff #EBBDF2
RGB
CMYK
RGB Variations
Color information
#EBBDF2 (or 0xEBBDF2) is known color: Snuff. HEX triplet: EB, BD and F2. RGB value is (235,189,242). Sum of RGB (Red+Green+Blue) = 235+189+242=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDF2 is #14420D. Grayscale: #D0D0D0. Windows color (decimal): -1327630 or 15908331. OLE color: 15908331.
HSL color Cylindrical-coordinate representation of color #EBBDF2: hue angle of 292.08º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBDF2 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 189 | 242 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.05 |
| HSL | 292.08º | 0.67% | 0.85% | - |
| HSV(B) | 292.08º | 0.22% | 0.95% | - |
| XYZ | 68.49 | 60.47 | 92.07 | - |
| YUV | 208.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 242 | 0.03 | 0.22 | 0 | 0.05 | 292.08 | 0.67 | 0.85 |
| Hex | EB | BD | F2 | 3 | 16 | 0 | 5 | 124 | 43 | 55 |
| Octal | 353 | 275 | 362 | 3 | 26 | 0 | 5 | 444 | 103 | 125 |
| Binary | 11101011 | 10111101 | 11110010 | 11 | 10110 | 0 | 101 | 100100100 | 1000011 | 1010101 |
Color Harmonies of #EBBDF2
Complementary color
Monochromatic Colors of #EBBDF2
Black with #EBBDF2
Text Example
Text Example
White with #EBBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDF2; }
p { color: rgb(235,189,242); }
H1.HeaderClassName
{
color: #EBBDF2;
}
.AnyTagClassName
{
color: #EBBDF2;
}
</style>
background-color css
<style>
a { background-color: #EBBDF2; }
a { background-color: rgb(235,189,242); }
div.DivClassName
{
background-color: #EBBDF2;
}
.BgClassName
{
background-color: #EBBDF2;
}
</style>
border-color css
<style>
span { border-color: #EBBDF2; }
span { border-color: rgb(235,189,242); }
td.TdClassName
{
border-color: #EBBDF2;
}
.TagClassName
{
border-color: #EBBDF2;
}
</style>