Shades of Chantilly #EBB2BD
Tints of Chantilly #EBB2BD
RGB
CMYK
RGB Variations
Color information
#EBB2BD (or 0xEBB2BD) is known color: Chantilly. HEX triplet: EB, B2 and BD. RGB value is (235,178,189). Sum of RGB (Red+Green+Blue) = 235+178+189=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2BD is #144D42. Grayscale: #C4C4C4. Windows color (decimal): -1330499 or 12432107. OLE color: 12432107.
HSL color Cylindrical-coordinate representation of color #EBB2BD: hue angle of 348.42º degrees, saturation: 0.59, 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 #EBB2BD is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 189 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.08 |
| HSL | 348.42º | 0.59% | 0.81% | - |
| HSV(B) | 348.42º | 0.24% | 0.92% | - |
| XYZ | 59.37 | 53.18 | 55.28 | - |
| YUV | 196.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 189 | 0 | 0.24 | 0.20 | 0.08 | 348.42 | 0.59 | 0.81 |
| Hex | EB | B2 | BD | 0 | 18 | 14 | 8 | 15C | 3B | 51 |
| Octal | 353 | 262 | 275 | 0 | 30 | 24 | 10 | 534 | 73 | 121 |
| Binary | 11101011 | 10110010 | 10111101 | 0 | 11000 | 10100 | 1000 | 101011100 | 111011 | 1010001 |
Color Harmonies of #EBB2BD
Complementary color
Monochromatic Colors of #EBB2BD
Black with #EBB2BD
Text Example
Text Example
White with #EBB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2BD; }
p { color: rgb(235,178,189); }
H1.HeaderClassName
{
color: #EBB2BD;
}
.AnyTagClassName
{
color: #EBB2BD;
}
</style>
background-color css
<style>
a { background-color: #EBB2BD; }
a { background-color: rgb(235,178,189); }
div.DivClassName
{
background-color: #EBB2BD;
}
.BgClassName
{
background-color: #EBB2BD;
}
</style>
border-color css
<style>
span { border-color: #EBB2BD; }
span { border-color: rgb(235,178,189); }
td.TdClassName
{
border-color: #EBB2BD;
}
.TagClassName
{
border-color: #EBB2BD;
}
</style>