Shades of Chantilly #EBC0CA
Tints of Chantilly #EBC0CA
RGB
CMYK
RGB Variations
Color information
#EBC0CA (or 0xEBC0CA) is known color: Chantilly. HEX triplet: EB, C0 and CA. RGB value is (235,192,202). Sum of RGB (Red+Green+Blue) = 235+192+202=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0CA is #143F35. Grayscale: #CECECE. Windows color (decimal): -1326902 or 13287659. OLE color: 13287659.
HSL color Cylindrical-coordinate representation of color #EBC0CA: hue angle of 346.05º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0CA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 202 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.08 |
| HSL | 346.05º | 0.52% | 0.84% | - |
| HSV(B) | 346.05º | 0.18% | 0.92% | - |
| XYZ | 63.77 | 59.63 | 64.02 | - |
| YUV | 206 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 202 | 0 | 0.18 | 0.14 | 0.08 | 346.05 | 0.52 | 0.84 |
| Hex | EB | C0 | CA | 0 | 12 | E | 8 | 15A | 34 | 54 |
| Octal | 353 | 300 | 312 | 0 | 22 | 16 | 10 | 532 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11001010 | 0 | 10010 | 1110 | 1000 | 101011010 | 110100 | 1010100 |
Color Harmonies of #EBC0CA
Complementary color
Monochromatic Colors of #EBC0CA
Black with #EBC0CA
Text Example
Text Example
White with #EBC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0CA; }
p { color: rgb(235,192,202); }
H1.HeaderClassName
{
color: #EBC0CA;
}
.AnyTagClassName
{
color: #EBC0CA;
}
</style>
background-color css
<style>
a { background-color: #EBC0CA; }
a { background-color: rgb(235,192,202); }
div.DivClassName
{
background-color: #EBC0CA;
}
.BgClassName
{
background-color: #EBC0CA;
}
</style>
border-color css
<style>
span { border-color: #EBC0CA; }
span { border-color: rgb(235,192,202); }
td.TdClassName
{
border-color: #EBC0CA;
}
.TagClassName
{
border-color: #EBC0CA;
}
</style>