Shades of Chantilly #E9B2CB
Tints of Chantilly #E9B2CB
RGB
CMYK
RGB Variations
Color information
#E9B2CB (or 0xE9B2CB) is known color: Chantilly. HEX triplet: E9, B2 and CB. RGB value is (233,178,203). Sum of RGB (Red+Green+Blue) = 233+178+203=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2CB is #164D34. Grayscale: #C5C5C5. Windows color (decimal): -1461557 or 13349609. OLE color: 13349609.
HSL color Cylindrical-coordinate representation of color #E9B2CB: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B2CB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 203 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.09 |
| HSL | 332.73º | 0.56% | 0.81% | - |
| HSV(B) | 332.73º | 0.24% | 0.91% | - |
| XYZ | 60.3 | 53.48 | 63.64 | - |
| YUV | 197.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 203 | 0 | 0.24 | 0.13 | 0.09 | 332.73 | 0.56 | 0.81 |
| Hex | E9 | B2 | CB | 0 | 18 | D | 9 | 14D | 38 | 51 |
| Octal | 351 | 262 | 313 | 0 | 30 | 15 | 11 | 515 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11001011 | 0 | 11000 | 1101 | 1001 | 101001101 | 111000 | 1010001 |
Color Harmonies of #E9B2CB
Complementary color
Monochromatic Colors of #E9B2CB
Black with #E9B2CB
Text Example
Text Example
White with #E9B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2CB; }
p { color: rgb(233,178,203); }
H1.HeaderClassName
{
color: #E9B2CB;
}
.AnyTagClassName
{
color: #E9B2CB;
}
</style>
background-color css
<style>
a { background-color: #E9B2CB; }
a { background-color: rgb(233,178,203); }
div.DivClassName
{
background-color: #E9B2CB;
}
.BgClassName
{
background-color: #E9B2CB;
}
</style>
border-color css
<style>
span { border-color: #E9B2CB; }
span { border-color: rgb(233,178,203); }
td.TdClassName
{
border-color: #E9B2CB;
}
.TagClassName
{
border-color: #E9B2CB;
}
</style>