Shades of Chantilly #E9B1C1
Tints of Chantilly #E9B1C1
RGB
CMYK
RGB Variations
Color information
#E9B1C1 (or 0xE9B1C1) is known color: Chantilly. HEX triplet: E9, B1 and C1. RGB value is (233,177,193). Sum of RGB (Red+Green+Blue) = 233+177+193=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1C1 is #164E3E. Grayscale: #C3C3C3. Windows color (decimal): -1461823 or 12693993. OLE color: 12693993.
HSL color Cylindrical-coordinate representation of color #E9B1C1: hue angle of 342.86º 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 #E9B1C1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 193 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.09 |
| HSL | 342.86º | 0.56% | 0.8% | - |
| HSV(B) | 342.86º | 0.24% | 0.91% | - |
| XYZ | 58.95 | 52.62 | 57.5 | - |
| YUV | 195.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 193 | 0 | 0.24 | 0.17 | 0.09 | 342.86 | 0.56 | 0.8 |
| Hex | E9 | B1 | C1 | 0 | 18 | 11 | 9 | 157 | 38 | 50 |
| Octal | 351 | 261 | 301 | 0 | 30 | 21 | 11 | 527 | 70 | 120 |
| Binary | 11101001 | 10110001 | 11000001 | 0 | 11000 | 10001 | 1001 | 101010111 | 111000 | 1010000 |
Color Harmonies of #E9B1C1
Complementary color
Monochromatic Colors of #E9B1C1
Black with #E9B1C1
Text Example
Text Example
White with #E9B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1C1; }
p { color: rgb(233,177,193); }
H1.HeaderClassName
{
color: #E9B1C1;
}
.AnyTagClassName
{
color: #E9B1C1;
}
</style>
background-color css
<style>
a { background-color: #E9B1C1; }
a { background-color: rgb(233,177,193); }
div.DivClassName
{
background-color: #E9B1C1;
}
.BgClassName
{
background-color: #E9B1C1;
}
</style>
border-color css
<style>
span { border-color: #E9B1C1; }
span { border-color: rgb(233,177,193); }
td.TdClassName
{
border-color: #E9B1C1;
}
.TagClassName
{
border-color: #E9B1C1;
}
</style>