Shades of Chantilly #E9B2CA
Tints of Chantilly #E9B2CA
RGB
CMYK
RGB Variations
Color information
#E9B2CA (or 0xE9B2CA) is known color: Chantilly. HEX triplet: E9, B2 and CA. RGB value is (233,178,202). Sum of RGB (Red+Green+Blue) = 233+178+202=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2CA is #164D35. Grayscale: #C5C5C5. Windows color (decimal): -1461558 or 13284073. OLE color: 13284073.
HSL color Cylindrical-coordinate representation of color #E9B2CA: hue angle of 333.82º 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 #E9B2CA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 202 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.09 |
| HSL | 333.82º | 0.56% | 0.81% | - |
| HSV(B) | 333.82º | 0.24% | 0.91% | - |
| XYZ | 60.19 | 53.43 | 63.02 | - |
| YUV | 197.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 202 | 0 | 0.24 | 0.13 | 0.09 | 333.82 | 0.56 | 0.81 |
| Hex | E9 | B2 | CA | 0 | 18 | D | 9 | 14E | 38 | 51 |
| Octal | 351 | 262 | 312 | 0 | 30 | 15 | 11 | 516 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11001010 | 0 | 11000 | 1101 | 1001 | 101001110 | 111000 | 1010001 |
Color Harmonies of #E9B2CA
Complementary color
Monochromatic Colors of #E9B2CA
Black with #E9B2CA
Text Example
Text Example
White with #E9B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2CA; }
p { color: rgb(233,178,202); }
H1.HeaderClassName
{
color: #E9B2CA;
}
.AnyTagClassName
{
color: #E9B2CA;
}
</style>
background-color css
<style>
a { background-color: #E9B2CA; }
a { background-color: rgb(233,178,202); }
div.DivClassName
{
background-color: #E9B2CA;
}
.BgClassName
{
background-color: #E9B2CA;
}
</style>
border-color css
<style>
span { border-color: #E9B2CA; }
span { border-color: rgb(233,178,202); }
td.TdClassName
{
border-color: #E9B2CA;
}
.TagClassName
{
border-color: #E9B2CA;
}
</style>