Shades of Chantilly #EBB4BD
Tints of Chantilly #EBB4BD
RGB
CMYK
RGB Variations
Color information
#EBB4BD (or 0xEBB4BD) is known color: Chantilly. HEX triplet: EB, B4 and BD. RGB value is (235,180,189). Sum of RGB (Red+Green+Blue) = 235+180+189=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4BD is #144B42. Grayscale: #C5C5C5. Windows color (decimal): -1329987 or 12432619. OLE color: 12432619.
HSL color Cylindrical-coordinate representation of color #EBB4BD: hue angle of 350.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4BD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 189 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.08 |
| HSL | 350.18º | 0.58% | 0.81% | - |
| HSV(B) | 350.18º | 0.23% | 0.92% | - |
| XYZ | 59.77 | 53.98 | 55.41 | - |
| YUV | 197.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 189 | 0 | 0.23 | 0.20 | 0.08 | 350.18 | 0.58 | 0.81 |
| Hex | EB | B4 | BD | 0 | 17 | 14 | 8 | 15E | 3A | 51 |
| Octal | 353 | 264 | 275 | 0 | 27 | 24 | 10 | 536 | 72 | 121 |
| Binary | 11101011 | 10110100 | 10111101 | 0 | 10111 | 10100 | 1000 | 101011110 | 111010 | 1010001 |
Color Harmonies of #EBB4BD
Complementary color
Monochromatic Colors of #EBB4BD
Black with #EBB4BD
Text Example
Text Example
White with #EBB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4BD; }
p { color: rgb(235,180,189); }
H1.HeaderClassName
{
color: #EBB4BD;
}
.AnyTagClassName
{
color: #EBB4BD;
}
</style>
background-color css
<style>
a { background-color: #EBB4BD; }
a { background-color: rgb(235,180,189); }
div.DivClassName
{
background-color: #EBB4BD;
}
.BgClassName
{
background-color: #EBB4BD;
}
</style>
border-color css
<style>
span { border-color: #EBB4BD; }
span { border-color: rgb(235,180,189); }
td.TdClassName
{
border-color: #EBB4BD;
}
.TagClassName
{
border-color: #EBB4BD;
}
</style>