Shades of Chantilly #E7B4C8
Tints of Chantilly #E7B4C8
RGB
CMYK
RGB Variations
Color information
#E7B4C8 (or 0xE7B4C8) is known color: Chantilly. HEX triplet: E7, B4 and C8. RGB value is (231,180,200). Sum of RGB (Red+Green+Blue) = 231+180+200=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4C8 is #184B37. Grayscale: #C5C5C5. Windows color (decimal): -1592120 or 13153511. OLE color: 13153511.
HSL color Cylindrical-coordinate representation of color #E7B4C8: hue angle of 336.47º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B4C8 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 200 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.09 |
| HSL | 336.47º | 0.52% | 0.81% | - |
| HSV(B) | 336.47º | 0.22% | 0.91% | - |
| XYZ | 59.7 | 53.8 | 61.88 | - |
| YUV | 197.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 200 | 0 | 0.22 | 0.13 | 0.09 | 336.47 | 0.52 | 0.81 |
| Hex | E7 | B4 | C8 | 0 | 16 | D | 9 | 150 | 34 | 51 |
| Octal | 347 | 264 | 310 | 0 | 26 | 15 | 11 | 520 | 64 | 121 |
| Binary | 11100111 | 10110100 | 11001000 | 0 | 10110 | 1101 | 1001 | 101010000 | 110100 | 1010001 |
Color Harmonies of #E7B4C8
Complementary color
Monochromatic Colors of #E7B4C8
Black with #E7B4C8
Text Example
Text Example
White with #E7B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4C8; }
p { color: rgb(231,180,200); }
H1.HeaderClassName
{
color: #E7B4C8;
}
.AnyTagClassName
{
color: #E7B4C8;
}
</style>
background-color css
<style>
a { background-color: #E7B4C8; }
a { background-color: rgb(231,180,200); }
div.DivClassName
{
background-color: #E7B4C8;
}
.BgClassName
{
background-color: #E7B4C8;
}
</style>
border-color css
<style>
span { border-color: #E7B4C8; }
span { border-color: rgb(231,180,200); }
td.TdClassName
{
border-color: #E7B4C8;
}
.TagClassName
{
border-color: #E7B4C8;
}
</style>