Shades of Chantilly #E9BDC2
Tints of Chantilly #E9BDC2
RGB
CMYK
RGB Variations
Color information
#E9BDC2 (or 0xE9BDC2) is known color: Chantilly. HEX triplet: E9, BD and C2. RGB value is (233,189,194). Sum of RGB (Red+Green+Blue) = 233+189+194=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDC2 is #16423D. Grayscale: #CACACA. Windows color (decimal): -1458750 or 12762601. OLE color: 12762601.
HSL color Cylindrical-coordinate representation of color #E9BDC2: hue angle of 353.18º 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 #E9BDC2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 194 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.09 |
| HSL | 353.18º | 0.5% | 0.83% | - |
| HSV(B) | 353.18º | 0.19% | 0.91% | - |
| XYZ | 61.54 | 57.61 | 58.92 | - |
| YUV | 202.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 194 | 0 | 0.19 | 0.17 | 0.09 | 353.18 | 0.5 | 0.83 |
| Hex | E9 | BD | C2 | 0 | 13 | 11 | 9 | 161 | 32 | 53 |
| Octal | 351 | 275 | 302 | 0 | 23 | 21 | 11 | 541 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11000010 | 0 | 10011 | 10001 | 1001 | 101100001 | 110010 | 1010011 |
Color Harmonies of #E9BDC2
Complementary color
Monochromatic Colors of #E9BDC2
Black with #E9BDC2
Text Example
Text Example
White with #E9BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDC2; }
p { color: rgb(233,189,194); }
H1.HeaderClassName
{
color: #E9BDC2;
}
.AnyTagClassName
{
color: #E9BDC2;
}
</style>
background-color css
<style>
a { background-color: #E9BDC2; }
a { background-color: rgb(233,189,194); }
div.DivClassName
{
background-color: #E9BDC2;
}
.BgClassName
{
background-color: #E9BDC2;
}
</style>
border-color css
<style>
span { border-color: #E9BDC2; }
span { border-color: rgb(233,189,194); }
td.TdClassName
{
border-color: #E9BDC2;
}
.TagClassName
{
border-color: #E9BDC2;
}
</style>