Shades of Chantilly #E7B9CD
Tints of Chantilly #E7B9CD
RGB
CMYK
RGB Variations
Color information
#E7B9CD (or 0xE7B9CD) is known color: Chantilly. HEX triplet: E7, B9 and CD. RGB value is (231,185,205). Sum of RGB (Red+Green+Blue) = 231+185+205=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9CD is #184632. Grayscale: #C9C9C9. Windows color (decimal): -1590835 or 13482471. OLE color: 13482471.
HSL color Cylindrical-coordinate representation of color #E7B9CD: hue angle of 333.91º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9CD is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 205 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.09 |
| HSL | 333.91º | 0.49% | 0.82% | - |
| HSV(B) | 333.91º | 0.2% | 0.91% | - |
| XYZ | 61.32 | 56.09 | 65.35 | - |
| YUV | 201.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 205 | 0 | 0.20 | 0.11 | 0.09 | 333.91 | 0.49 | 0.82 |
| Hex | E7 | B9 | CD | 0 | 14 | B | 9 | 14E | 31 | 52 |
| Octal | 347 | 271 | 315 | 0 | 24 | 13 | 11 | 516 | 61 | 122 |
| Binary | 11100111 | 10111001 | 11001101 | 0 | 10100 | 1011 | 1001 | 101001110 | 110001 | 1010010 |
Color Harmonies of #E7B9CD
Complementary color
Monochromatic Colors of #E7B9CD
Black with #E7B9CD
Text Example
Text Example
White with #E7B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9CD; }
p { color: rgb(231,185,205); }
H1.HeaderClassName
{
color: #E7B9CD;
}
.AnyTagClassName
{
color: #E7B9CD;
}
</style>
background-color css
<style>
a { background-color: #E7B9CD; }
a { background-color: rgb(231,185,205); }
div.DivClassName
{
background-color: #E7B9CD;
}
.BgClassName
{
background-color: #E7B9CD;
}
</style>
border-color css
<style>
span { border-color: #E7B9CD; }
span { border-color: rgb(231,185,205); }
td.TdClassName
{
border-color: #E7B9CD;
}
.TagClassName
{
border-color: #E7B9CD;
}
</style>