Shades of Chantilly #E9BDC5
Tints of Chantilly #E9BDC5
RGB
CMYK
RGB Variations
Color information
#E9BDC5 (or 0xE9BDC5) is known color: Chantilly. HEX triplet: E9, BD and C5. RGB value is (233,189,197). Sum of RGB (Red+Green+Blue) = 233+189+197=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDC5 is #16423A. Grayscale: #CBCBCB. Windows color (decimal): -1458747 or 12959209. OLE color: 12959209.
HSL color Cylindrical-coordinate representation of color #E9BDC5: hue angle of 349.09º 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 #E9BDC5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 197 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.09 |
| HSL | 349.09º | 0.5% | 0.83% | - |
| HSV(B) | 349.09º | 0.19% | 0.91% | - |
| XYZ | 61.88 | 57.75 | 60.71 | - |
| YUV | 203.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 197 | 0 | 0.19 | 0.15 | 0.09 | 349.09 | 0.5 | 0.83 |
| Hex | E9 | BD | C5 | 0 | 13 | F | 9 | 15D | 32 | 53 |
| Octal | 351 | 275 | 305 | 0 | 23 | 17 | 11 | 535 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11000101 | 0 | 10011 | 1111 | 1001 | 101011101 | 110010 | 1010011 |
Color Harmonies of #E9BDC5
Complementary color
Monochromatic Colors of #E9BDC5
Black with #E9BDC5
Text Example
Text Example
White with #E9BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDC5; }
p { color: rgb(233,189,197); }
H1.HeaderClassName
{
color: #E9BDC5;
}
.AnyTagClassName
{
color: #E9BDC5;
}
</style>
background-color css
<style>
a { background-color: #E9BDC5; }
a { background-color: rgb(233,189,197); }
div.DivClassName
{
background-color: #E9BDC5;
}
.BgClassName
{
background-color: #E9BDC5;
}
</style>
border-color css
<style>
span { border-color: #E9BDC5; }
span { border-color: rgb(233,189,197); }
td.TdClassName
{
border-color: #E9BDC5;
}
.TagClassName
{
border-color: #E9BDC5;
}
</style>