Shades of Chantilly #EBB0BE
Tints of Chantilly #EBB0BE
RGB
CMYK
RGB Variations
Color information
#EBB0BE (or 0xEBB0BE) is known color: Chantilly. HEX triplet: EB, B0 and BE. RGB value is (235,176,190). Sum of RGB (Red+Green+Blue) = 235+176+190=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0BE is #144F41. Grayscale: #C3C3C3. Windows color (decimal): -1331010 or 12497131. OLE color: 12497131.
HSL color Cylindrical-coordinate representation of color #EBB0BE: hue angle of 345.76º degrees, saturation: 0.6, 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 #EBB0BE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 190 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.08 |
| HSL | 345.76º | 0.6% | 0.81% | - |
| HSV(B) | 345.76º | 0.25% | 0.92% | - |
| XYZ | 59.08 | 52.43 | 55.72 | - |
| YUV | 195.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 190 | 0 | 0.25 | 0.19 | 0.08 | 345.76 | 0.6 | 0.81 |
| Hex | EB | B0 | BE | 0 | 19 | 13 | 8 | 15A | 3C | 51 |
| Octal | 353 | 260 | 276 | 0 | 31 | 23 | 10 | 532 | 74 | 121 |
| Binary | 11101011 | 10110000 | 10111110 | 0 | 11001 | 10011 | 1000 | 101011010 | 111100 | 1010001 |
Color Harmonies of #EBB0BE
Complementary color
Monochromatic Colors of #EBB0BE
Black with #EBB0BE
Text Example
Text Example
White with #EBB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0BE; }
p { color: rgb(235,176,190); }
H1.HeaderClassName
{
color: #EBB0BE;
}
.AnyTagClassName
{
color: #EBB0BE;
}
</style>
background-color css
<style>
a { background-color: #EBB0BE; }
a { background-color: rgb(235,176,190); }
div.DivClassName
{
background-color: #EBB0BE;
}
.BgClassName
{
background-color: #EBB0BE;
}
</style>
border-color css
<style>
span { border-color: #EBB0BE; }
span { border-color: rgb(235,176,190); }
td.TdClassName
{
border-color: #EBB0BE;
}
.TagClassName
{
border-color: #EBB0BE;
}
</style>