Shades of Chantilly #E7BCCD
Tints of Chantilly #E7BCCD
RGB
CMYK
RGB Variations
Color information
#E7BCCD (or 0xE7BCCD) is known color: Chantilly. HEX triplet: E7, BC and CD. RGB value is (231,188,205). Sum of RGB (Red+Green+Blue) = 231+188+205=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCCD is #184332. Grayscale: #CACACA. Windows color (decimal): -1590067 or 13483239. OLE color: 13483239.
HSL color Cylindrical-coordinate representation of color #E7BCCD: hue angle of 336.28º 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 #E7BCCD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 205 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.09 |
| HSL | 336.28º | 0.47% | 0.82% | - |
| HSV(B) | 336.28º | 0.19% | 0.91% | - |
| XYZ | 61.96 | 57.36 | 65.56 | - |
| YUV | 202.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 205 | 0 | 0.19 | 0.11 | 0.09 | 336.28 | 0.47 | 0.82 |
| Hex | E7 | BC | CD | 0 | 13 | B | 9 | 150 | 2F | 52 |
| Octal | 347 | 274 | 315 | 0 | 23 | 13 | 11 | 520 | 57 | 122 |
| Binary | 11100111 | 10111100 | 11001101 | 0 | 10011 | 1011 | 1001 | 101010000 | 101111 | 1010010 |
Color Harmonies of #E7BCCD
Complementary color
Monochromatic Colors of #E7BCCD
Black with #E7BCCD
Text Example
Text Example
White with #E7BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCCD; }
p { color: rgb(231,188,205); }
H1.HeaderClassName
{
color: #E7BCCD;
}
.AnyTagClassName
{
color: #E7BCCD;
}
</style>
background-color css
<style>
a { background-color: #E7BCCD; }
a { background-color: rgb(231,188,205); }
div.DivClassName
{
background-color: #E7BCCD;
}
.BgClassName
{
background-color: #E7BCCD;
}
</style>
border-color css
<style>
span { border-color: #E7BCCD; }
span { border-color: rgb(231,188,205); }
td.TdClassName
{
border-color: #E7BCCD;
}
.TagClassName
{
border-color: #E7BCCD;
}
</style>