Shades of Chantilly #EBBDC9
Tints of Chantilly #EBBDC9
RGB
CMYK
RGB Variations
Color information
#EBBDC9 (or 0xEBBDC9) is known color: Chantilly. HEX triplet: EB, BD and C9. RGB value is (235,189,201). Sum of RGB (Red+Green+Blue) = 235+189+201=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC9 is #144236. Grayscale: #CCCCCC. Windows color (decimal): -1327671 or 13221355. OLE color: 13221355.
HSL color Cylindrical-coordinate representation of color #EBBDC9: hue angle of 344.35º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDC9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 201 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.08 |
| HSL | 344.35º | 0.53% | 0.83% | - |
| HSV(B) | 344.35º | 0.2% | 0.92% | - |
| XYZ | 63 | 58.27 | 63.19 | - |
| YUV | 204.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 201 | 0 | 0.20 | 0.14 | 0.08 | 344.35 | 0.53 | 0.83 |
| Hex | EB | BD | C9 | 0 | 14 | E | 8 | 158 | 35 | 53 |
| Octal | 353 | 275 | 311 | 0 | 24 | 16 | 10 | 530 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11001001 | 0 | 10100 | 1110 | 1000 | 101011000 | 110101 | 1010011 |
Color Harmonies of #EBBDC9
Complementary color
Monochromatic Colors of #EBBDC9
Black with #EBBDC9
Text Example
Text Example
White with #EBBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDC9; }
p { color: rgb(235,189,201); }
H1.HeaderClassName
{
color: #EBBDC9;
}
.AnyTagClassName
{
color: #EBBDC9;
}
</style>
background-color css
<style>
a { background-color: #EBBDC9; }
a { background-color: rgb(235,189,201); }
div.DivClassName
{
background-color: #EBBDC9;
}
.BgClassName
{
background-color: #EBBDC9;
}
</style>
border-color css
<style>
span { border-color: #EBBDC9; }
span { border-color: rgb(235,189,201); }
td.TdClassName
{
border-color: #EBBDC9;
}
.TagClassName
{
border-color: #EBBDC9;
}
</style>