Shades of Chantilly #E8B7CB
Tints of Chantilly #E8B7CB
RGB
CMYK
RGB Variations
Color information
#E8B7CB (or 0xE8B7CB) is known color: Chantilly. HEX triplet: E8, B7 and CB. RGB value is (232,183,203). Sum of RGB (Red+Green+Blue) = 232+183+203=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B7CB is #174834. Grayscale: #C7C7C7. Windows color (decimal): -1525813 or 13350888. OLE color: 13350888.
HSL color Cylindrical-coordinate representation of color #E8B7CB: hue angle of 335.51º degrees, saturation: 0.52, 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 #E8B7CB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 183 | 203 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.09 |
| HSL | 335.51º | 0.52% | 0.81% | - |
| HSV(B) | 335.51º | 0.21% | 0.91% | - |
| XYZ | 60.99 | 55.33 | 63.97 | - |
| YUV | 199.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 183 | 203 | 0 | 0.21 | 0.12 | 0.09 | 335.51 | 0.52 | 0.81 |
| Hex | E8 | B7 | CB | 0 | 15 | C | 9 | 150 | 34 | 51 |
| Octal | 350 | 267 | 313 | 0 | 25 | 14 | 11 | 520 | 64 | 121 |
| Binary | 11101000 | 10110111 | 11001011 | 0 | 10101 | 1100 | 1001 | 101010000 | 110100 | 1010001 |
Color Harmonies of #E8B7CB
Complementary color
Monochromatic Colors of #E8B7CB
Black with #E8B7CB
Text Example
Text Example
White with #E8B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B7CB; }
p { color: rgb(232,183,203); }
H1.HeaderClassName
{
color: #E8B7CB;
}
.AnyTagClassName
{
color: #E8B7CB;
}
</style>
background-color css
<style>
a { background-color: #E8B7CB; }
a { background-color: rgb(232,183,203); }
div.DivClassName
{
background-color: #E8B7CB;
}
.BgClassName
{
background-color: #E8B7CB;
}
</style>
border-color css
<style>
span { border-color: #E8B7CB; }
span { border-color: rgb(232,183,203); }
td.TdClassName
{
border-color: #E8B7CB;
}
.TagClassName
{
border-color: #E8B7CB;
}
</style>