Shades of Chantilly #E7BCCA
Tints of Chantilly #E7BCCA
RGB
CMYK
RGB Variations
Color information
#E7BCCA (or 0xE7BCCA) is known color: Chantilly. HEX triplet: E7, BC and CA. RGB value is (231,188,202). Sum of RGB (Red+Green+Blue) = 231+188+202=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCCA is #184335. Grayscale: #CACACA. Windows color (decimal): -1590070 or 13286631. OLE color: 13286631.
HSL color Cylindrical-coordinate representation of color #E7BCCA: hue angle of 340.47º degrees, saturation: 0.47, 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 #E7BCCA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 202 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.09 |
| HSL | 340.47º | 0.47% | 0.82% | - |
| HSV(B) | 340.47º | 0.19% | 0.91% | - |
| XYZ | 61.6 | 57.22 | 63.68 | - |
| YUV | 202.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 202 | 0 | 0.19 | 0.13 | 0.09 | 340.47 | 0.47 | 0.82 |
| Hex | E7 | BC | CA | 0 | 13 | D | 9 | 154 | 2F | 52 |
| Octal | 347 | 274 | 312 | 0 | 23 | 15 | 11 | 524 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11001010 | 0 | 10011 | 1101 | 1001 | 101010100 | 101111 | 1010010 |
Color Harmonies of #E7BCCA
Complementary color
Monochromatic Colors of #E7BCCA
Black with #E7BCCA
Text Example
Text Example
White with #E7BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCCA; }
p { color: rgb(231,188,202); }
H1.HeaderClassName
{
color: #E7BCCA;
}
.AnyTagClassName
{
color: #E7BCCA;
}
</style>
background-color css
<style>
a { background-color: #E7BCCA; }
a { background-color: rgb(231,188,202); }
div.DivClassName
{
background-color: #E7BCCA;
}
.BgClassName
{
background-color: #E7BCCA;
}
</style>
border-color css
<style>
span { border-color: #E7BCCA; }
span { border-color: rgb(231,188,202); }
td.TdClassName
{
border-color: #E7BCCA;
}
.TagClassName
{
border-color: #E7BCCA;
}
</style>