Shades of Chantilly #E9B1C0
Tints of Chantilly #E9B1C0
RGB
CMYK
RGB Variations
Color information
#E9B1C0 (or 0xE9B1C0) is known color: Chantilly. HEX triplet: E9, B1 and C0. RGB value is (233,177,192). Sum of RGB (Red+Green+Blue) = 233+177+192=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1C0 is #164E3F. Grayscale: #C3C3C3. Windows color (decimal): -1461824 or 12628457. OLE color: 12628457.
HSL color Cylindrical-coordinate representation of color #E9B1C0: hue angle of 343.93º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B1C0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 192 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.09 |
| HSL | 343.93º | 0.56% | 0.8% | - |
| HSV(B) | 343.93º | 0.24% | 0.91% | - |
| XYZ | 58.84 | 52.57 | 56.92 | - |
| YUV | 195.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 192 | 0 | 0.24 | 0.18 | 0.09 | 343.93 | 0.56 | 0.8 |
| Hex | E9 | B1 | C0 | 0 | 18 | 12 | 9 | 158 | 38 | 50 |
| Octal | 351 | 261 | 300 | 0 | 30 | 22 | 11 | 530 | 70 | 120 |
| Binary | 11101001 | 10110001 | 11000000 | 0 | 11000 | 10010 | 1001 | 101011000 | 111000 | 1010000 |
Color Harmonies of #E9B1C0
Complementary color
Monochromatic Colors of #E9B1C0
Black with #E9B1C0
Text Example
Text Example
White with #E9B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1C0; }
p { color: rgb(233,177,192); }
H1.HeaderClassName
{
color: #E9B1C0;
}
.AnyTagClassName
{
color: #E9B1C0;
}
</style>
background-color css
<style>
a { background-color: #E9B1C0; }
a { background-color: rgb(233,177,192); }
div.DivClassName
{
background-color: #E9B1C0;
}
.BgClassName
{
background-color: #E9B1C0;
}
</style>
border-color css
<style>
span { border-color: #E9B1C0; }
span { border-color: rgb(233,177,192); }
td.TdClassName
{
border-color: #E9B1C0;
}
.TagClassName
{
border-color: #E9B1C0;
}
</style>