Shades of Chantilly #E9B0CA
Tints of Chantilly #E9B0CA
RGB
CMYK
RGB Variations
Color information
#E9B0CA (or 0xE9B0CA) is known color: Chantilly. HEX triplet: E9, B0 and CA. RGB value is (233,176,202). Sum of RGB (Red+Green+Blue) = 233+176+202=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0CA is #164F35. Grayscale: #C3C3C3. Windows color (decimal): -1462070 or 13283561. OLE color: 13283561.
HSL color Cylindrical-coordinate representation of color #E9B0CA: hue angle of 332.63º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B0CA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 202 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.09 |
| HSL | 332.63º | 0.56% | 0.8% | - |
| HSV(B) | 332.63º | 0.24% | 0.91% | - |
| XYZ | 59.79 | 52.64 | 62.89 | - |
| YUV | 196.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 202 | 0 | 0.24 | 0.13 | 0.09 | 332.63 | 0.56 | 0.8 |
| Hex | E9 | B0 | CA | 0 | 18 | D | 9 | 14D | 38 | 50 |
| Octal | 351 | 260 | 312 | 0 | 30 | 15 | 11 | 515 | 70 | 120 |
| Binary | 11101001 | 10110000 | 11001010 | 0 | 11000 | 1101 | 1001 | 101001101 | 111000 | 1010000 |
Color Harmonies of #E9B0CA
Complementary color
Monochromatic Colors of #E9B0CA
Black with #E9B0CA
Text Example
Text Example
White with #E9B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0CA; }
p { color: rgb(233,176,202); }
H1.HeaderClassName
{
color: #E9B0CA;
}
.AnyTagClassName
{
color: #E9B0CA;
}
</style>
background-color css
<style>
a { background-color: #E9B0CA; }
a { background-color: rgb(233,176,202); }
div.DivClassName
{
background-color: #E9B0CA;
}
.BgClassName
{
background-color: #E9B0CA;
}
</style>
border-color css
<style>
span { border-color: #E9B0CA; }
span { border-color: rgb(233,176,202); }
td.TdClassName
{
border-color: #E9B0CA;
}
.TagClassName
{
border-color: #E9B0CA;
}
</style>