Shades of Chantilly #E9BCCD
Tints of Chantilly #E9BCCD
RGB
CMYK
RGB Variations
Color information
#E9BCCD (or 0xE9BCCD) is known color: Chantilly. HEX triplet: E9, BC and CD. RGB value is (233,188,205). Sum of RGB (Red+Green+Blue) = 233+188+205=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCCD is #164332. Grayscale: #CBCBCB. Windows color (decimal): -1458995 or 13483241. OLE color: 13483241.
HSL color Cylindrical-coordinate representation of color #E9BCCD: hue angle of 337.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BCCD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 205 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.09 |
| HSL | 337.33º | 0.51% | 0.83% | - |
| HSV(B) | 337.33º | 0.19% | 0.91% | - |
| XYZ | 62.61 | 57.7 | 65.59 | - |
| YUV | 203.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 205 | 0 | 0.19 | 0.12 | 0.09 | 337.33 | 0.51 | 0.83 |
| Hex | E9 | BC | CD | 0 | 13 | C | 9 | 151 | 33 | 53 |
| Octal | 351 | 274 | 315 | 0 | 23 | 14 | 11 | 521 | 63 | 123 |
| Binary | 11101001 | 10111100 | 11001101 | 0 | 10011 | 1100 | 1001 | 101010001 | 110011 | 1010011 |
Color Harmonies of #E9BCCD
Complementary color
Monochromatic Colors of #E9BCCD
Black with #E9BCCD
Text Example
Text Example
White with #E9BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCCD; }
p { color: rgb(233,188,205); }
H1.HeaderClassName
{
color: #E9BCCD;
}
.AnyTagClassName
{
color: #E9BCCD;
}
</style>
background-color css
<style>
a { background-color: #E9BCCD; }
a { background-color: rgb(233,188,205); }
div.DivClassName
{
background-color: #E9BCCD;
}
.BgClassName
{
background-color: #E9BCCD;
}
</style>
border-color css
<style>
span { border-color: #E9BCCD; }
span { border-color: rgb(233,188,205); }
td.TdClassName
{
border-color: #E9BCCD;
}
.TagClassName
{
border-color: #E9BCCD;
}
</style>