Shades of Chantilly #E9B1C5
Tints of Chantilly #E9B1C5
RGB
CMYK
RGB Variations
Color information
#E9B1C5 (or 0xE9B1C5) is known color: Chantilly. HEX triplet: E9, B1 and C5. RGB value is (233,177,197). Sum of RGB (Red+Green+Blue) = 233+177+197=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1C5 is #164E3A. Grayscale: #C4C4C4. Windows color (decimal): -1461819 or 12956137. OLE color: 12956137.
HSL color Cylindrical-coordinate representation of color #E9B1C5: hue angle of 338.57º 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 #E9B1C5 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 197 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.09 |
| HSL | 338.57º | 0.56% | 0.8% | - |
| HSV(B) | 338.57º | 0.24% | 0.91% | - |
| XYZ | 59.4 | 52.8 | 59.88 | - |
| YUV | 196.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 197 | 0 | 0.24 | 0.15 | 0.09 | 338.57 | 0.56 | 0.8 |
| Hex | E9 | B1 | C5 | 0 | 18 | F | 9 | 153 | 38 | 50 |
| Octal | 351 | 261 | 305 | 0 | 30 | 17 | 11 | 523 | 70 | 120 |
| Binary | 11101001 | 10110001 | 11000101 | 0 | 11000 | 1111 | 1001 | 101010011 | 111000 | 1010000 |
Color Harmonies of #E9B1C5
Complementary color
Monochromatic Colors of #E9B1C5
Black with #E9B1C5
Text Example
Text Example
White with #E9B1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1C5; }
p { color: rgb(233,177,197); }
H1.HeaderClassName
{
color: #E9B1C5;
}
.AnyTagClassName
{
color: #E9B1C5;
}
</style>
background-color css
<style>
a { background-color: #E9B1C5; }
a { background-color: rgb(233,177,197); }
div.DivClassName
{
background-color: #E9B1C5;
}
.BgClassName
{
background-color: #E9B1C5;
}
</style>
border-color css
<style>
span { border-color: #E9B1C5; }
span { border-color: rgb(233,177,197); }
td.TdClassName
{
border-color: #E9B1C5;
}
.TagClassName
{
border-color: #E9B1C5;
}
</style>