Shades of Chantilly #EBB1BD
Tints of Chantilly #EBB1BD
RGB
CMYK
RGB Variations
Color information
#EBB1BD (or 0xEBB1BD) is known color: Chantilly. HEX triplet: EB, B1 and BD. RGB value is (235,177,189). Sum of RGB (Red+Green+Blue) = 235+177+189=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1BD is #144E42. Grayscale: #C3C3C3. Windows color (decimal): -1330755 or 12431851. OLE color: 12431851.
HSL color Cylindrical-coordinate representation of color #EBB1BD: hue angle of 347.59º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1BD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 177 | 189 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.08 |
| HSL | 347.59º | 0.59% | 0.81% | - |
| HSV(B) | 347.59º | 0.25% | 0.92% | - |
| XYZ | 59.17 | 52.78 | 55.21 | - |
| YUV | 195.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 189 | 0 | 0.25 | 0.20 | 0.08 | 347.59 | 0.59 | 0.81 |
| Hex | EB | B1 | BD | 0 | 19 | 14 | 8 | 15C | 3B | 51 |
| Octal | 353 | 261 | 275 | 0 | 31 | 24 | 10 | 534 | 73 | 121 |
| Binary | 11101011 | 10110001 | 10111101 | 0 | 11001 | 10100 | 1000 | 101011100 | 111011 | 1010001 |
Color Harmonies of #EBB1BD
Complementary color
Monochromatic Colors of #EBB1BD
Black with #EBB1BD
Text Example
Text Example
White with #EBB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1BD; }
p { color: rgb(235,177,189); }
H1.HeaderClassName
{
color: #EBB1BD;
}
.AnyTagClassName
{
color: #EBB1BD;
}
</style>
background-color css
<style>
a { background-color: #EBB1BD; }
a { background-color: rgb(235,177,189); }
div.DivClassName
{
background-color: #EBB1BD;
}
.BgClassName
{
background-color: #EBB1BD;
}
</style>
border-color css
<style>
span { border-color: #EBB1BD; }
span { border-color: rgb(235,177,189); }
td.TdClassName
{
border-color: #EBB1BD;
}
.TagClassName
{
border-color: #EBB1BD;
}
</style>