Shades of Chantilly #E7BACD
Tints of Chantilly #E7BACD
RGB
CMYK
RGB Variations
Color information
#E7BACD (or 0xE7BACD) is known color: Chantilly. HEX triplet: E7, BA and CD. RGB value is (231,186,205). Sum of RGB (Red+Green+Blue) = 231+186+205=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BACD is #184532. Grayscale: #C9C9C9. Windows color (decimal): -1590579 or 13482727. OLE color: 13482727.
HSL color Cylindrical-coordinate representation of color #E7BACD: hue angle of 334.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BACD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 205 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.09 |
| HSL | 334.67º | 0.48% | 0.82% | - |
| HSV(B) | 334.67º | 0.19% | 0.91% | - |
| XYZ | 61.53 | 56.51 | 65.42 | - |
| YUV | 201.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 205 | 0 | 0.19 | 0.11 | 0.09 | 334.67 | 0.48 | 0.82 |
| Hex | E7 | BA | CD | 0 | 13 | B | 9 | 14F | 30 | 52 |
| Octal | 347 | 272 | 315 | 0 | 23 | 13 | 11 | 517 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11001101 | 0 | 10011 | 1011 | 1001 | 101001111 | 110000 | 1010010 |
Color Harmonies of #E7BACD
Complementary color
Monochromatic Colors of #E7BACD
Black with #E7BACD
Text Example
Text Example
White with #E7BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BACD; }
p { color: rgb(231,186,205); }
H1.HeaderClassName
{
color: #E7BACD;
}
.AnyTagClassName
{
color: #E7BACD;
}
</style>
background-color css
<style>
a { background-color: #E7BACD; }
a { background-color: rgb(231,186,205); }
div.DivClassName
{
background-color: #E7BACD;
}
.BgClassName
{
background-color: #E7BACD;
}
</style>
border-color css
<style>
span { border-color: #E7BACD; }
span { border-color: rgb(231,186,205); }
td.TdClassName
{
border-color: #E7BACD;
}
.TagClassName
{
border-color: #E7BACD;
}
</style>