Shades of Chantilly #E9BDCF
Tints of Chantilly #E9BDCF
RGB
CMYK
RGB Variations
Color information
#E9BDCF (or 0xE9BDCF) is known color: Chantilly. HEX triplet: E9, BD and CF. RGB value is (233,189,207). Sum of RGB (Red+Green+Blue) = 233+189+207=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCF is #164230. Grayscale: #CCCCCC. Windows color (decimal): -1458737 or 13614569. OLE color: 13614569.
HSL color Cylindrical-coordinate representation of color #E9BDCF: hue angle of 335.45º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDCF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 207 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.09 |
| HSL | 335.45º | 0.5% | 0.83% | - |
| HSV(B) | 335.45º | 0.19% | 0.91% | - |
| XYZ | 63.06 | 58.22 | 66.95 | - |
| YUV | 204.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 207 | 0 | 0.19 | 0.11 | 0.09 | 335.45 | 0.5 | 0.83 |
| Hex | E9 | BD | CF | 0 | 13 | B | 9 | 14F | 32 | 53 |
| Octal | 351 | 275 | 317 | 0 | 23 | 13 | 11 | 517 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11001111 | 0 | 10011 | 1011 | 1001 | 101001111 | 110010 | 1010011 |
Color Harmonies of #E9BDCF
Complementary color
Monochromatic Colors of #E9BDCF
Black with #E9BDCF
Text Example
Text Example
White with #E9BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDCF; }
p { color: rgb(233,189,207); }
H1.HeaderClassName
{
color: #E9BDCF;
}
.AnyTagClassName
{
color: #E9BDCF;
}
</style>
background-color css
<style>
a { background-color: #E9BDCF; }
a { background-color: rgb(233,189,207); }
div.DivClassName
{
background-color: #E9BDCF;
}
.BgClassName
{
background-color: #E9BDCF;
}
</style>
border-color css
<style>
span { border-color: #E9BDCF; }
span { border-color: rgb(233,189,207); }
td.TdClassName
{
border-color: #E9BDCF;
}
.TagClassName
{
border-color: #E9BDCF;
}
</style>