Shades of Chantilly #E9BDC3
Tints of Chantilly #E9BDC3
RGB
CMYK
RGB Variations
Color information
#E9BDC3 (or 0xE9BDC3) is known color: Chantilly. HEX triplet: E9, BD and C3. RGB value is (233,189,195). Sum of RGB (Red+Green+Blue) = 233+189+195=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDC3 is #16423C. Grayscale: #CACACA. Windows color (decimal): -1458749 or 12828137. OLE color: 12828137.
HSL color Cylindrical-coordinate representation of color #E9BDC3: hue angle of 351.82º 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 #E9BDC3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 195 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.09 |
| HSL | 351.82º | 0.5% | 0.83% | - |
| HSV(B) | 351.82º | 0.19% | 0.91% | - |
| XYZ | 61.65 | 57.66 | 59.51 | - |
| YUV | 202.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 195 | 0 | 0.19 | 0.16 | 0.09 | 351.82 | 0.5 | 0.83 |
| Hex | E9 | BD | C3 | 0 | 13 | 10 | 9 | 160 | 32 | 53 |
| Octal | 351 | 275 | 303 | 0 | 23 | 20 | 11 | 540 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11000011 | 0 | 10011 | 10000 | 1001 | 101100000 | 110010 | 1010011 |
Color Harmonies of #E9BDC3
Complementary color
Monochromatic Colors of #E9BDC3
Black with #E9BDC3
Text Example
Text Example
White with #E9BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDC3; }
p { color: rgb(233,189,195); }
H1.HeaderClassName
{
color: #E9BDC3;
}
.AnyTagClassName
{
color: #E9BDC3;
}
</style>
background-color css
<style>
a { background-color: #E9BDC3; }
a { background-color: rgb(233,189,195); }
div.DivClassName
{
background-color: #E9BDC3;
}
.BgClassName
{
background-color: #E9BDC3;
}
</style>
border-color css
<style>
span { border-color: #E9BDC3; }
span { border-color: rgb(233,189,195); }
td.TdClassName
{
border-color: #E9BDC3;
}
.TagClassName
{
border-color: #E9BDC3;
}
</style>