Shades of Snuff #EBC7F2
Tints of Snuff #EBC7F2
RGB
CMYK
RGB Variations
Color information
#EBC7F2 (or 0xEBC7F2) is known color: Snuff. HEX triplet: EB, C7 and F2. RGB value is (235,199,242). Sum of RGB (Red+Green+Blue) = 235+199+242=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBC7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7F2 is #14380D. Grayscale: #D6D6D6. Windows color (decimal): -1325070 or 15910891. OLE color: 15910891.
HSL color Cylindrical-coordinate representation of color #EBC7F2: hue angle of 290.23º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC7F2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 199 | 242 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.05 |
| HSL | 290.23º | 0.62% | 0.86% | - |
| HSV(B) | 290.23º | 0.18% | 0.95% | - |
| XYZ | 70.71 | 64.92 | 92.81 | - |
| YUV | 214.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 242 | 0.03 | 0.18 | 0 | 0.05 | 290.23 | 0.62 | 0.86 |
| Hex | EB | C7 | F2 | 3 | 12 | 0 | 5 | 122 | 3E | 56 |
| Octal | 353 | 307 | 362 | 3 | 22 | 0 | 5 | 442 | 76 | 126 |
| Binary | 11101011 | 11000111 | 11110010 | 11 | 10010 | 0 | 101 | 100100010 | 111110 | 1010110 |
Color Harmonies of #EBC7F2
Complementary color
Monochromatic Colors of #EBC7F2
Black with #EBC7F2
Text Example
Text Example
White with #EBC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7F2; }
p { color: rgb(235,199,242); }
H1.HeaderClassName
{
color: #EBC7F2;
}
.AnyTagClassName
{
color: #EBC7F2;
}
</style>
background-color css
<style>
a { background-color: #EBC7F2; }
a { background-color: rgb(235,199,242); }
div.DivClassName
{
background-color: #EBC7F2;
}
.BgClassName
{
background-color: #EBC7F2;
}
</style>
border-color css
<style>
span { border-color: #EBC7F2; }
span { border-color: rgb(235,199,242); }
td.TdClassName
{
border-color: #EBC7F2;
}
.TagClassName
{
border-color: #EBC7F2;
}
</style>