Shades of Chantilly #EBB3CA
Tints of Chantilly #EBB3CA
RGB
CMYK
RGB Variations
Color information
#EBB3CA (or 0xEBB3CA) is known color: Chantilly. HEX triplet: EB, B3 and CA. RGB value is (235,179,202). Sum of RGB (Red+Green+Blue) = 235+179+202=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3CA is #144C35. Grayscale: #C6C6C6. Windows color (decimal): -1330230 or 13284331. OLE color: 13284331.
HSL color Cylindrical-coordinate representation of color #EBB3CA: hue angle of 335.36º 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 #EBB3CA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 202 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.08 |
| HSL | 335.36º | 0.58% | 0.81% | - |
| HSV(B) | 335.36º | 0.24% | 0.92% | - |
| XYZ | 61.04 | 54.17 | 63.12 | - |
| YUV | 198.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 202 | 0 | 0.24 | 0.14 | 0.08 | 335.36 | 0.58 | 0.81 |
| Hex | EB | B3 | CA | 0 | 18 | E | 8 | 14F | 3A | 51 |
| Octal | 353 | 263 | 312 | 0 | 30 | 16 | 10 | 517 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11001010 | 0 | 11000 | 1110 | 1000 | 101001111 | 111010 | 1010001 |
Color Harmonies of #EBB3CA
Complementary color
Monochromatic Colors of #EBB3CA
Black with #EBB3CA
Text Example
Text Example
White with #EBB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3CA; }
p { color: rgb(235,179,202); }
H1.HeaderClassName
{
color: #EBB3CA;
}
.AnyTagClassName
{
color: #EBB3CA;
}
</style>
background-color css
<style>
a { background-color: #EBB3CA; }
a { background-color: rgb(235,179,202); }
div.DivClassName
{
background-color: #EBB3CA;
}
.BgClassName
{
background-color: #EBB3CA;
}
</style>
border-color css
<style>
span { border-color: #EBB3CA; }
span { border-color: rgb(235,179,202); }
td.TdClassName
{
border-color: #EBB3CA;
}
.TagClassName
{
border-color: #EBB3CA;
}
</style>