Shades of Chantilly #EBBACD
Tints of Chantilly #EBBACD
RGB
CMYK
RGB Variations
Color information
#EBBACD (or 0xEBBACD) is known color: Chantilly. HEX triplet: EB, BA and CD. RGB value is (235,186,205). Sum of RGB (Red+Green+Blue) = 235+186+205=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBACD is #144532. Grayscale: #CACACA. Windows color (decimal): -1328435 or 13482731. OLE color: 13482731.
HSL color Cylindrical-coordinate representation of color #EBBACD: hue angle of 336.73º 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 #EBBACD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 205 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.08 |
| HSL | 336.73º | 0.55% | 0.83% | - |
| HSV(B) | 336.73º | 0.21% | 0.92% | - |
| XYZ | 62.84 | 57.19 | 65.48 | - |
| YUV | 202.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 205 | 0 | 0.21 | 0.13 | 0.08 | 336.73 | 0.55 | 0.83 |
| Hex | EB | BA | CD | 0 | 15 | D | 8 | 151 | 37 | 53 |
| Octal | 353 | 272 | 315 | 0 | 25 | 15 | 10 | 521 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11001101 | 0 | 10101 | 1101 | 1000 | 101010001 | 110111 | 1010011 |
Color Harmonies of #EBBACD
Complementary color
Monochromatic Colors of #EBBACD
Black with #EBBACD
Text Example
Text Example
White with #EBBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBACD; }
p { color: rgb(235,186,205); }
H1.HeaderClassName
{
color: #EBBACD;
}
.AnyTagClassName
{
color: #EBBACD;
}
</style>
background-color css
<style>
a { background-color: #EBBACD; }
a { background-color: rgb(235,186,205); }
div.DivClassName
{
background-color: #EBBACD;
}
.BgClassName
{
background-color: #EBBACD;
}
</style>
border-color css
<style>
span { border-color: #EBBACD; }
span { border-color: rgb(235,186,205); }
td.TdClassName
{
border-color: #EBBACD;
}
.TagClassName
{
border-color: #EBBACD;
}
</style>