Shades of Chantilly #E9C0CF
Tints of Chantilly #E9C0CF
RGB
CMYK
RGB Variations
Color information
#E9C0CF (or 0xE9C0CF) is known color: Chantilly. HEX triplet: E9, C0 and CF. RGB value is (233,192,207). Sum of RGB (Red+Green+Blue) = 233+192+207=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0CF is #163F30. Grayscale: #CDCDCD. Windows color (decimal): -1457969 or 13615337. OLE color: 13615337.
HSL color Cylindrical-coordinate representation of color #E9C0CF: hue angle of 338.05º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0CF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 207 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.09 |
| HSL | 338.05º | 0.48% | 0.83% | - |
| HSV(B) | 338.05º | 0.18% | 0.91% | - |
| XYZ | 63.72 | 59.53 | 67.16 | - |
| YUV | 205.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 207 | 0 | 0.18 | 0.11 | 0.09 | 338.05 | 0.48 | 0.83 |
| Hex | E9 | C0 | CF | 0 | 12 | B | 9 | 152 | 30 | 53 |
| Octal | 351 | 300 | 317 | 0 | 22 | 13 | 11 | 522 | 60 | 123 |
| Binary | 11101001 | 11000000 | 11001111 | 0 | 10010 | 1011 | 1001 | 101010010 | 110000 | 1010011 |
Color Harmonies of #E9C0CF
Complementary color
Monochromatic Colors of #E9C0CF
Black with #E9C0CF
Text Example
Text Example
White with #E9C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0CF; }
p { color: rgb(233,192,207); }
H1.HeaderClassName
{
color: #E9C0CF;
}
.AnyTagClassName
{
color: #E9C0CF;
}
</style>
background-color css
<style>
a { background-color: #E9C0CF; }
a { background-color: rgb(233,192,207); }
div.DivClassName
{
background-color: #E9C0CF;
}
.BgClassName
{
background-color: #E9C0CF;
}
</style>
border-color css
<style>
span { border-color: #E9C0CF; }
span { border-color: rgb(233,192,207); }
td.TdClassName
{
border-color: #E9C0CF;
}
.TagClassName
{
border-color: #E9C0CF;
}
</style>