Shades of Snuff #EBC0F2
Tints of Snuff #EBC0F2
RGB
CMYK
RGB Variations
Color information
#EBC0F2 (or 0xEBC0F2) is known color: Snuff. HEX triplet: EB, C0 and F2. RGB value is (235,192,242). Sum of RGB (Red+Green+Blue) = 235+192+242=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0F2 is #143F0D. Grayscale: #D2D2D2. Windows color (decimal): -1326862 or 15909099. OLE color: 15909099.
HSL color Cylindrical-coordinate representation of color #EBC0F2: hue angle of 291.6º 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 #EBC0F2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 192 | 242 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 291.6º | 0.66% | 0.85% | - |
| HSV(B) | 291.6º | 0.21% | 0.95% | - |
| XYZ | 69.14 | 61.77 | 92.28 | - |
| YUV | 210.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 242 | 0.03 | 0.21 | 0 | 0.05 | 291.6 | 0.66 | 0.85 |
| Hex | EB | C0 | F2 | 3 | 15 | 0 | 5 | 124 | 42 | 55 |
| Octal | 353 | 300 | 362 | 3 | 25 | 0 | 5 | 444 | 102 | 125 |
| Binary | 11101011 | 11000000 | 11110010 | 11 | 10101 | 0 | 101 | 100100100 | 1000010 | 1010101 |
Color Harmonies of #EBC0F2
Complementary color
Monochromatic Colors of #EBC0F2
Black with #EBC0F2
Text Example
Text Example
White with #EBC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0F2; }
p { color: rgb(235,192,242); }
H1.HeaderClassName
{
color: #EBC0F2;
}
.AnyTagClassName
{
color: #EBC0F2;
}
</style>
background-color css
<style>
a { background-color: #EBC0F2; }
a { background-color: rgb(235,192,242); }
div.DivClassName
{
background-color: #EBC0F2;
}
.BgClassName
{
background-color: #EBC0F2;
}
</style>
border-color css
<style>
span { border-color: #EBC0F2; }
span { border-color: rgb(235,192,242); }
td.TdClassName
{
border-color: #EBC0F2;
}
.TagClassName
{
border-color: #EBC0F2;
}
</style>