Shades of Chantilly #EBB0C6
Tints of Chantilly #EBB0C6
RGB
CMYK
RGB Variations
Color information
#EBB0C6 (or 0xEBB0C6) is known color: Chantilly. HEX triplet: EB, B0 and C6. RGB value is (235,176,198). Sum of RGB (Red+Green+Blue) = 235+176+198=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C6 is #144F39. Grayscale: #C4C4C4. Windows color (decimal): -1331002 or 13021419. OLE color: 13021419.
HSL color Cylindrical-coordinate representation of color #EBB0C6: hue angle of 337.63º 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 #EBB0C6 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 198 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.08 |
| HSL | 337.63º | 0.6% | 0.81% | - |
| HSV(B) | 337.63º | 0.25% | 0.92% | - |
| XYZ | 59.98 | 52.79 | 60.45 | - |
| YUV | 196.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 198 | 0 | 0.25 | 0.16 | 0.08 | 337.63 | 0.6 | 0.81 |
| Hex | EB | B0 | C6 | 0 | 19 | 10 | 8 | 152 | 3C | 51 |
| Octal | 353 | 260 | 306 | 0 | 31 | 20 | 10 | 522 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11000110 | 0 | 11001 | 10000 | 1000 | 101010010 | 111100 | 1010001 |
Color Harmonies of #EBB0C6
Complementary color
Monochromatic Colors of #EBB0C6
Black with #EBB0C6
Text Example
Text Example
White with #EBB0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0C6; }
p { color: rgb(235,176,198); }
H1.HeaderClassName
{
color: #EBB0C6;
}
.AnyTagClassName
{
color: #EBB0C6;
}
</style>
background-color css
<style>
a { background-color: #EBB0C6; }
a { background-color: rgb(235,176,198); }
div.DivClassName
{
background-color: #EBB0C6;
}
.BgClassName
{
background-color: #EBB0C6;
}
</style>
border-color css
<style>
span { border-color: #EBB0C6; }
span { border-color: rgb(235,176,198); }
td.TdClassName
{
border-color: #EBB0C6;
}
.TagClassName
{
border-color: #EBB0C6;
}
</style>