Shades of Chantilly #EBB6CA
Tints of Chantilly #EBB6CA
RGB
CMYK
RGB Variations
Color information
#EBB6CA (or 0xEBB6CA) is known color: Chantilly. HEX triplet: EB, B6 and CA. RGB value is (235,182,202). Sum of RGB (Red+Green+Blue) = 235+182+202=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6CA is #144935. Grayscale: #C8C8C8. Windows color (decimal): -1329462 or 13285099. OLE color: 13285099.
HSL color Cylindrical-coordinate representation of color #EBB6CA: hue angle of 337.36º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6CA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 202 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.08 |
| HSL | 337.36º | 0.57% | 0.82% | - |
| HSV(B) | 337.36º | 0.23% | 0.92% | - |
| XYZ | 61.65 | 55.38 | 63.32 | - |
| YUV | 200.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 202 | 0 | 0.23 | 0.14 | 0.08 | 337.36 | 0.57 | 0.82 |
| Hex | EB | B6 | CA | 0 | 17 | E | 8 | 151 | 39 | 52 |
| Octal | 353 | 266 | 312 | 0 | 27 | 16 | 10 | 521 | 71 | 122 |
| Binary | 11101011 | 10110110 | 11001010 | 0 | 10111 | 1110 | 1000 | 101010001 | 111001 | 1010010 |
Color Harmonies of #EBB6CA
Complementary color
Monochromatic Colors of #EBB6CA
Black with #EBB6CA
Text Example
Text Example
White with #EBB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6CA; }
p { color: rgb(235,182,202); }
H1.HeaderClassName
{
color: #EBB6CA;
}
.AnyTagClassName
{
color: #EBB6CA;
}
</style>
background-color css
<style>
a { background-color: #EBB6CA; }
a { background-color: rgb(235,182,202); }
div.DivClassName
{
background-color: #EBB6CA;
}
.BgClassName
{
background-color: #EBB6CA;
}
</style>
border-color css
<style>
span { border-color: #EBB6CA; }
span { border-color: rgb(235,182,202); }
td.TdClassName
{
border-color: #EBB6CA;
}
.TagClassName
{
border-color: #EBB6CA;
}
</style>