Shades of Chantilly #E7B0CA
Tints of Chantilly #E7B0CA
RGB
CMYK
RGB Variations
Color information
#E7B0CA (or 0xE7B0CA) is known color: Chantilly. HEX triplet: E7, B0 and CA. RGB value is (231,176,202). Sum of RGB (Red+Green+Blue) = 231+176+202=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0CA is #184F35. Grayscale: #C3C3C3. Windows color (decimal): -1593142 or 13283559. OLE color: 13283559.
HSL color Cylindrical-coordinate representation of color #E7B0CA: hue angle of 331.64º degrees, saturation: 0.53, 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 #E7B0CA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 202 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.09 |
| HSL | 331.64º | 0.53% | 0.8% | - |
| HSV(B) | 331.64º | 0.24% | 0.91% | - |
| XYZ | 59.14 | 52.3 | 62.86 | - |
| YUV | 195.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 202 | 0 | 0.24 | 0.13 | 0.09 | 331.64 | 0.53 | 0.8 |
| Hex | E7 | B0 | CA | 0 | 18 | D | 9 | 14C | 35 | 50 |
| Octal | 347 | 260 | 312 | 0 | 30 | 15 | 11 | 514 | 65 | 120 |
| Binary | 11100111 | 10110000 | 11001010 | 0 | 11000 | 1101 | 1001 | 101001100 | 110101 | 1010000 |
Color Harmonies of #E7B0CA
Complementary color
Monochromatic Colors of #E7B0CA
Black with #E7B0CA
Text Example
Text Example
White with #E7B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0CA; }
p { color: rgb(231,176,202); }
H1.HeaderClassName
{
color: #E7B0CA;
}
.AnyTagClassName
{
color: #E7B0CA;
}
</style>
background-color css
<style>
a { background-color: #E7B0CA; }
a { background-color: rgb(231,176,202); }
div.DivClassName
{
background-color: #E7B0CA;
}
.BgClassName
{
background-color: #E7B0CA;
}
</style>
border-color css
<style>
span { border-color: #E7B0CA; }
span { border-color: rgb(231,176,202); }
td.TdClassName
{
border-color: #E7B0CA;
}
.TagClassName
{
border-color: #E7B0CA;
}
</style>