Shades of Chantilly #EBB3BD
Tints of Chantilly #EBB3BD
RGB
CMYK
RGB Variations
Color information
#EBB3BD (or 0xEBB3BD) is known color: Chantilly. HEX triplet: EB, B3 and BD. RGB value is (235,179,189). Sum of RGB (Red+Green+Blue) = 235+179+189=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3BD is #144C42. Grayscale: #C4C4C4. Windows color (decimal): -1330243 or 12432363. OLE color: 12432363.
HSL color Cylindrical-coordinate representation of color #EBB3BD: hue angle of 349.29º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3BD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 189 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.08 |
| HSL | 349.29º | 0.58% | 0.81% | - |
| HSV(B) | 349.29º | 0.24% | 0.92% | - |
| XYZ | 59.57 | 53.58 | 55.35 | - |
| YUV | 196.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 189 | 0 | 0.24 | 0.20 | 0.08 | 349.29 | 0.58 | 0.81 |
| Hex | EB | B3 | BD | 0 | 18 | 14 | 8 | 15D | 3A | 51 |
| Octal | 353 | 263 | 275 | 0 | 30 | 24 | 10 | 535 | 72 | 121 |
| Binary | 11101011 | 10110011 | 10111101 | 0 | 11000 | 10100 | 1000 | 101011101 | 111010 | 1010001 |
Color Harmonies of #EBB3BD
Complementary color
Monochromatic Colors of #EBB3BD
Black with #EBB3BD
Text Example
Text Example
White with #EBB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3BD; }
p { color: rgb(235,179,189); }
H1.HeaderClassName
{
color: #EBB3BD;
}
.AnyTagClassName
{
color: #EBB3BD;
}
</style>
background-color css
<style>
a { background-color: #EBB3BD; }
a { background-color: rgb(235,179,189); }
div.DivClassName
{
background-color: #EBB3BD;
}
.BgClassName
{
background-color: #EBB3BD;
}
</style>
border-color css
<style>
span { border-color: #EBB3BD; }
span { border-color: rgb(235,179,189); }
td.TdClassName
{
border-color: #EBB3BD;
}
.TagClassName
{
border-color: #EBB3BD;
}
</style>