Shades of Chantilly #EBB3C0
Tints of Chantilly #EBB3C0
RGB
CMYK
RGB Variations
Color information
#EBB3C0 (or 0xEBB3C0) is known color: Chantilly. HEX triplet: EB, B3 and C0. RGB value is (235,179,192). Sum of RGB (Red+Green+Blue) = 235+179+192=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3C0 is #144C3F. Grayscale: #C5C5C5. Windows color (decimal): -1330240 or 12628971. OLE color: 12628971.
HSL color Cylindrical-coordinate representation of color #EBB3C0: hue angle of 346.07º degrees, saturation: 0.58, 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 #EBB3C0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 192 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.08 |
| HSL | 346.07º | 0.58% | 0.81% | - |
| HSV(B) | 346.07º | 0.24% | 0.92% | - |
| XYZ | 59.9 | 53.71 | 57.08 | - |
| YUV | 197.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 192 | 0 | 0.24 | 0.18 | 0.08 | 346.07 | 0.58 | 0.81 |
| Hex | EB | B3 | C0 | 0 | 18 | 12 | 8 | 15A | 3A | 51 |
| Octal | 353 | 263 | 300 | 0 | 30 | 22 | 10 | 532 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11000000 | 0 | 11000 | 10010 | 1000 | 101011010 | 111010 | 1010001 |
Color Harmonies of #EBB3C0
Complementary color
Monochromatic Colors of #EBB3C0
Black with #EBB3C0
Text Example
Text Example
White with #EBB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3C0; }
p { color: rgb(235,179,192); }
H1.HeaderClassName
{
color: #EBB3C0;
}
.AnyTagClassName
{
color: #EBB3C0;
}
</style>
background-color css
<style>
a { background-color: #EBB3C0; }
a { background-color: rgb(235,179,192); }
div.DivClassName
{
background-color: #EBB3C0;
}
.BgClassName
{
background-color: #EBB3C0;
}
</style>
border-color css
<style>
span { border-color: #EBB3C0; }
span { border-color: rgb(235,179,192); }
td.TdClassName
{
border-color: #EBB3C0;
}
.TagClassName
{
border-color: #EBB3C0;
}
</style>