Shades of Chantilly #E9B4C1
Tints of Chantilly #E9B4C1
RGB
CMYK
RGB Variations
Color information
#E9B4C1 (or 0xE9B4C1) is known color: Chantilly. HEX triplet: E9, B4 and C1. RGB value is (233,180,193). Sum of RGB (Red+Green+Blue) = 233+180+193=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4C1 is #164B3E. Grayscale: #C5C5C5. Windows color (decimal): -1461055 or 12694761. OLE color: 12694761.
HSL color Cylindrical-coordinate representation of color #E9B4C1: hue angle of 345.28º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B4C1 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 193 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.09 |
| HSL | 345.28º | 0.55% | 0.81% | - |
| HSV(B) | 345.28º | 0.23% | 0.91% | - |
| XYZ | 59.55 | 53.82 | 57.7 | - |
| YUV | 197.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 193 | 0 | 0.23 | 0.17 | 0.09 | 345.28 | 0.55 | 0.81 |
| Hex | E9 | B4 | C1 | 0 | 17 | 11 | 9 | 159 | 37 | 51 |
| Octal | 351 | 264 | 301 | 0 | 27 | 21 | 11 | 531 | 67 | 121 |
| Binary | 11101001 | 10110100 | 11000001 | 0 | 10111 | 10001 | 1001 | 101011001 | 110111 | 1010001 |
Color Harmonies of #E9B4C1
Complementary color
Monochromatic Colors of #E9B4C1
Black with #E9B4C1
Text Example
Text Example
White with #E9B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B4C1; }
p { color: rgb(233,180,193); }
H1.HeaderClassName
{
color: #E9B4C1;
}
.AnyTagClassName
{
color: #E9B4C1;
}
</style>
background-color css
<style>
a { background-color: #E9B4C1; }
a { background-color: rgb(233,180,193); }
div.DivClassName
{
background-color: #E9B4C1;
}
.BgClassName
{
background-color: #E9B4C1;
}
</style>
border-color css
<style>
span { border-color: #E9B4C1; }
span { border-color: rgb(233,180,193); }
td.TdClassName
{
border-color: #E9B4C1;
}
.TagClassName
{
border-color: #E9B4C1;
}
</style>