Shades of Chantilly #EBC4CA
Tints of Chantilly #EBC4CA
RGB
CMYK
RGB Variations
Color information
#EBC4CA (or 0xEBC4CA) is known color: Chantilly. HEX triplet: EB, C4 and CA. RGB value is (235,196,202). Sum of RGB (Red+Green+Blue) = 235+196+202=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4CA is #143B35. Grayscale: #D0D0D0. Windows color (decimal): -1325878 or 13288683. OLE color: 13288683.
HSL color Cylindrical-coordinate representation of color #EBC4CA: hue angle of 350.77º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4CA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 202 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.08 |
| HSL | 350.77º | 0.49% | 0.85% | - |
| HSV(B) | 350.77º | 0.17% | 0.92% | - |
| XYZ | 64.66 | 61.41 | 64.32 | - |
| YUV | 208.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 202 | 0 | 0.17 | 0.14 | 0.08 | 350.77 | 0.49 | 0.85 |
| Hex | EB | C4 | CA | 0 | 11 | E | 8 | 15F | 31 | 55 |
| Octal | 353 | 304 | 312 | 0 | 21 | 16 | 10 | 537 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11001010 | 0 | 10001 | 1110 | 1000 | 101011111 | 110001 | 1010101 |
Color Harmonies of #EBC4CA
Complementary color
Monochromatic Colors of #EBC4CA
Black with #EBC4CA
Text Example
Text Example
White with #EBC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4CA; }
p { color: rgb(235,196,202); }
H1.HeaderClassName
{
color: #EBC4CA;
}
.AnyTagClassName
{
color: #EBC4CA;
}
</style>
background-color css
<style>
a { background-color: #EBC4CA; }
a { background-color: rgb(235,196,202); }
div.DivClassName
{
background-color: #EBC4CA;
}
.BgClassName
{
background-color: #EBC4CA;
}
</style>
border-color css
<style>
span { border-color: #EBC4CA; }
span { border-color: rgb(235,196,202); }
td.TdClassName
{
border-color: #EBC4CA;
}
.TagClassName
{
border-color: #EBC4CA;
}
</style>