Shades of Snuff #EBC2EA
Tints of Snuff #EBC2EA
RGB
CMYK
RGB Variations
Color information
#EBC2EA (or 0xEBC2EA) is known color: Snuff. HEX triplet: EB, C2 and EA. RGB value is (235,194,234). Sum of RGB (Red+Green+Blue) = 235+194+234=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EA is #143D15. Grayscale: #D2D2D2. Windows color (decimal): -1326358 or 15385323. OLE color: 15385323.
HSL color Cylindrical-coordinate representation of color #EBC2EA: hue angle of 301.46º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2EA is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 234 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.08 |
| HSL | 301.46º | 0.51% | 0.84% | - |
| HSV(B) | 301.46º | 0.17% | 0.92% | - |
| XYZ | 68.4 | 62.19 | 86.24 | - |
| YUV | 210.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 234 | 0 | 0.17 | 0.00 | 0.08 | 301.46 | 0.51 | 0.84 |
| Hex | EB | C2 | EA | 0 | 11 | 0 | 8 | 12D | 33 | 54 |
| Octal | 353 | 302 | 352 | 0 | 21 | 0 | 10 | 455 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11101010 | 0 | 10001 | 0 | 1000 | 100101101 | 110011 | 1010100 |
Color Harmonies of #EBC2EA
Complementary color
Monochromatic Colors of #EBC2EA
Black with #EBC2EA
Text Example
Text Example
White with #EBC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2EA; }
p { color: rgb(235,194,234); }
H1.HeaderClassName
{
color: #EBC2EA;
}
.AnyTagClassName
{
color: #EBC2EA;
}
</style>
background-color css
<style>
a { background-color: #EBC2EA; }
a { background-color: rgb(235,194,234); }
div.DivClassName
{
background-color: #EBC2EA;
}
.BgClassName
{
background-color: #EBC2EA;
}
</style>
border-color css
<style>
span { border-color: #EBC2EA; }
span { border-color: rgb(235,194,234); }
td.TdClassName
{
border-color: #EBC2EA;
}
.TagClassName
{
border-color: #EBC2EA;
}
</style>