Shades of Chantilly #EBBAC6
Tints of Chantilly #EBBAC6
RGB
CMYK
RGB Variations
Color information
#EBBAC6 (or 0xEBBAC6) is known color: Chantilly. HEX triplet: EB, BA and C6. RGB value is (235,186,198). Sum of RGB (Red+Green+Blue) = 235+186+198=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC6 is #144539. Grayscale: #CACACA. Windows color (decimal): -1328442 or 13023979. OLE color: 13023979.
HSL color Cylindrical-coordinate representation of color #EBBAC6: hue angle of 345.31º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAC6 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 198 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.08 |
| HSL | 345.31º | 0.55% | 0.83% | - |
| HSV(B) | 345.31º | 0.21% | 0.92% | - |
| XYZ | 62.01 | 56.86 | 61.13 | - |
| YUV | 202.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 198 | 0 | 0.21 | 0.16 | 0.08 | 345.31 | 0.55 | 0.83 |
| Hex | EB | BA | C6 | 0 | 15 | 10 | 8 | 159 | 37 | 53 |
| Octal | 353 | 272 | 306 | 0 | 25 | 20 | 10 | 531 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11000110 | 0 | 10101 | 10000 | 1000 | 101011001 | 110111 | 1010011 |
Color Harmonies of #EBBAC6
Complementary color
Monochromatic Colors of #EBBAC6
Black with #EBBAC6
Text Example
Text Example
White with #EBBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAC6; }
p { color: rgb(235,186,198); }
H1.HeaderClassName
{
color: #EBBAC6;
}
.AnyTagClassName
{
color: #EBBAC6;
}
</style>
background-color css
<style>
a { background-color: #EBBAC6; }
a { background-color: rgb(235,186,198); }
div.DivClassName
{
background-color: #EBBAC6;
}
.BgClassName
{
background-color: #EBBAC6;
}
</style>
border-color css
<style>
span { border-color: #EBBAC6; }
span { border-color: rgb(235,186,198); }
td.TdClassName
{
border-color: #EBBAC6;
}
.TagClassName
{
border-color: #EBBAC6;
}
</style>