Shades of Chantilly #E7B6CB
Tints of Chantilly #E7B6CB
RGB
CMYK
RGB Variations
Color information
#E7B6CB (or 0xE7B6CB) is known color: Chantilly. HEX triplet: E7, B6 and CB. RGB value is (231,182,203). Sum of RGB (Red+Green+Blue) = 231+182+203=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6CB is #184934. Grayscale: #C7C7C7. Windows color (decimal): -1591605 or 13350631. OLE color: 13350631.
HSL color Cylindrical-coordinate representation of color #E7B6CB: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B6CB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 203 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.09 |
| HSL | 334.29º | 0.51% | 0.81% | - |
| HSV(B) | 334.29º | 0.21% | 0.91% | - |
| XYZ | 60.46 | 54.76 | 63.88 | - |
| YUV | 199.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 203 | 0 | 0.21 | 0.12 | 0.09 | 334.29 | 0.51 | 0.81 |
| Hex | E7 | B6 | CB | 0 | 15 | C | 9 | 14E | 33 | 51 |
| Octal | 347 | 266 | 313 | 0 | 25 | 14 | 11 | 516 | 63 | 121 |
| Binary | 11100111 | 10110110 | 11001011 | 0 | 10101 | 1100 | 1001 | 101001110 | 110011 | 1010001 |
Color Harmonies of #E7B6CB
Complementary color
Monochromatic Colors of #E7B6CB
Black with #E7B6CB
Text Example
Text Example
White with #E7B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6CB; }
p { color: rgb(231,182,203); }
H1.HeaderClassName
{
color: #E7B6CB;
}
.AnyTagClassName
{
color: #E7B6CB;
}
</style>
background-color css
<style>
a { background-color: #E7B6CB; }
a { background-color: rgb(231,182,203); }
div.DivClassName
{
background-color: #E7B6CB;
}
.BgClassName
{
background-color: #E7B6CB;
}
</style>
border-color css
<style>
span { border-color: #E7B6CB; }
span { border-color: rgb(231,182,203); }
td.TdClassName
{
border-color: #E7B6CB;
}
.TagClassName
{
border-color: #E7B6CB;
}
</style>