Shades of Chantilly #E8B2CB
Tints of Chantilly #E8B2CB
RGB
CMYK
RGB Variations
Color information
#E8B2CB (or 0xE8B2CB) is known color: Chantilly. HEX triplet: E8, B2 and CB. RGB value is (232,178,203). Sum of RGB (Red+Green+Blue) = 232+178+203=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2CB is #174D34. Grayscale: #C4C4C4. Windows color (decimal): -1527093 or 13349608. OLE color: 13349608.
HSL color Cylindrical-coordinate representation of color #E8B2CB: hue angle of 332.22º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B2CB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 203 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.09 |
| HSL | 332.22º | 0.54% | 0.8% | - |
| HSV(B) | 332.22º | 0.23% | 0.91% | - |
| XYZ | 59.98 | 53.31 | 63.63 | - |
| YUV | 197 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 203 | 0 | 0.23 | 0.12 | 0.09 | 332.22 | 0.54 | 0.8 |
| Hex | E8 | B2 | CB | 0 | 17 | C | 9 | 14C | 36 | 50 |
| Octal | 350 | 262 | 313 | 0 | 27 | 14 | 11 | 514 | 66 | 120 |
| Binary | 11101000 | 10110010 | 11001011 | 0 | 10111 | 1100 | 1001 | 101001100 | 110110 | 1010000 |
Color Harmonies of #E8B2CB
Complementary color
Monochromatic Colors of #E8B2CB
Black with #E8B2CB
Text Example
Text Example
White with #E8B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2CB; }
p { color: rgb(232,178,203); }
H1.HeaderClassName
{
color: #E8B2CB;
}
.AnyTagClassName
{
color: #E8B2CB;
}
</style>
background-color css
<style>
a { background-color: #E8B2CB; }
a { background-color: rgb(232,178,203); }
div.DivClassName
{
background-color: #E8B2CB;
}
.BgClassName
{
background-color: #E8B2CB;
}
</style>
border-color css
<style>
span { border-color: #E8B2CB; }
span { border-color: rgb(232,178,203); }
td.TdClassName
{
border-color: #E8B2CB;
}
.TagClassName
{
border-color: #E8B2CB;
}
</style>