Shades of Chantilly #E9B9C1
Tints of Chantilly #E9B9C1
RGB
CMYK
RGB Variations
Color information
#E9B9C1 (or 0xE9B9C1) is known color: Chantilly. HEX triplet: E9, B9 and C1. RGB value is (233,185,193). Sum of RGB (Red+Green+Blue) = 233+185+193=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9C1 is #16463E. Grayscale: #C8C8C8. Windows color (decimal): -1459775 or 12696041. OLE color: 12696041.
HSL color Cylindrical-coordinate representation of color #E9B9C1: hue angle of 350º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B9C1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 185 | 193 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.09 |
| HSL | 350º | 0.52% | 0.82% | - |
| HSV(B) | 350º | 0.21% | 0.91% | - |
| XYZ | 60.58 | 55.87 | 58.04 | - |
| YUV | 200.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 185 | 193 | 0 | 0.21 | 0.17 | 0.09 | 350 | 0.52 | 0.82 |
| Hex | E9 | B9 | C1 | 0 | 15 | 11 | 9 | 15E | 34 | 52 |
| Octal | 351 | 271 | 301 | 0 | 25 | 21 | 11 | 536 | 64 | 122 |
| Binary | 11101001 | 10111001 | 11000001 | 0 | 10101 | 10001 | 1001 | 101011110 | 110100 | 1010010 |
Color Harmonies of #E9B9C1
Complementary color
Monochromatic Colors of #E9B9C1
Black with #E9B9C1
Text Example
Text Example
White with #E9B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B9C1; }
p { color: rgb(233,185,193); }
H1.HeaderClassName
{
color: #E9B9C1;
}
.AnyTagClassName
{
color: #E9B9C1;
}
</style>
background-color css
<style>
a { background-color: #E9B9C1; }
a { background-color: rgb(233,185,193); }
div.DivClassName
{
background-color: #E9B9C1;
}
.BgClassName
{
background-color: #E9B9C1;
}
</style>
border-color css
<style>
span { border-color: #E9B9C1; }
span { border-color: rgb(233,185,193); }
td.TdClassName
{
border-color: #E9B9C1;
}
.TagClassName
{
border-color: #E9B9C1;
}
</style>