Shades of Chantilly #E8B2C8
Tints of Chantilly #E8B2C8
RGB
CMYK
RGB Variations
Color information
#E8B2C8 (or 0xE8B2C8) is known color: Chantilly. HEX triplet: E8, B2 and C8. RGB value is (232,178,200). Sum of RGB (Red+Green+Blue) = 232+178+200=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2C8 is #174D37. Grayscale: #C4C4C4. Windows color (decimal): -1527096 or 13153000. OLE color: 13153000.
HSL color Cylindrical-coordinate representation of color #E8B2C8: hue angle of 335.56º 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 #E8B2C8 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 200 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.09 |
| HSL | 335.56º | 0.54% | 0.8% | - |
| HSV(B) | 335.56º | 0.23% | 0.91% | - |
| XYZ | 59.62 | 53.17 | 61.76 | - |
| YUV | 196.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 200 | 0 | 0.23 | 0.14 | 0.09 | 335.56 | 0.54 | 0.8 |
| Hex | E8 | B2 | C8 | 0 | 17 | E | 9 | 150 | 36 | 50 |
| Octal | 350 | 262 | 310 | 0 | 27 | 16 | 11 | 520 | 66 | 120 |
| Binary | 11101000 | 10110010 | 11001000 | 0 | 10111 | 1110 | 1001 | 101010000 | 110110 | 1010000 |
Color Harmonies of #E8B2C8
Complementary color
Monochromatic Colors of #E8B2C8
Black with #E8B2C8
Text Example
Text Example
White with #E8B2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2C8; }
p { color: rgb(232,178,200); }
H1.HeaderClassName
{
color: #E8B2C8;
}
.AnyTagClassName
{
color: #E8B2C8;
}
</style>
background-color css
<style>
a { background-color: #E8B2C8; }
a { background-color: rgb(232,178,200); }
div.DivClassName
{
background-color: #E8B2C8;
}
.BgClassName
{
background-color: #E8B2C8;
}
</style>
border-color css
<style>
span { border-color: #E8B2C8; }
span { border-color: rgb(232,178,200); }
td.TdClassName
{
border-color: #E8B2C8;
}
.TagClassName
{
border-color: #E8B2C8;
}
</style>