Shades of Chantilly #E8BDC5
Tints of Chantilly #E8BDC5
RGB
CMYK
RGB Variations
Color information
#E8BDC5 (or 0xE8BDC5) is known color: Chantilly. HEX triplet: E8, BD and C5. RGB value is (232,189,197). Sum of RGB (Red+Green+Blue) = 232+189+197=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDC5 is #17423A. Grayscale: #CACACA. Windows color (decimal): -1524283 or 12959208. OLE color: 12959208.
HSL color Cylindrical-coordinate representation of color #E8BDC5: hue angle of 348.84º degrees, saturation: 0.48, 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 #E8BDC5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 197 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.09 |
| HSL | 348.84º | 0.48% | 0.83% | - |
| HSV(B) | 348.84º | 0.19% | 0.91% | - |
| XYZ | 61.55 | 57.58 | 60.69 | - |
| YUV | 202.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 197 | 0 | 0.19 | 0.15 | 0.09 | 348.84 | 0.48 | 0.83 |
| Hex | E8 | BD | C5 | 0 | 13 | F | 9 | 15D | 30 | 53 |
| Octal | 350 | 275 | 305 | 0 | 23 | 17 | 11 | 535 | 60 | 123 |
| Binary | 11101000 | 10111101 | 11000101 | 0 | 10011 | 1111 | 1001 | 101011101 | 110000 | 1010011 |
Color Harmonies of #E8BDC5
Complementary color
Monochromatic Colors of #E8BDC5
Black with #E8BDC5
Text Example
Text Example
White with #E8BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDC5; }
p { color: rgb(232,189,197); }
H1.HeaderClassName
{
color: #E8BDC5;
}
.AnyTagClassName
{
color: #E8BDC5;
}
</style>
background-color css
<style>
a { background-color: #E8BDC5; }
a { background-color: rgb(232,189,197); }
div.DivClassName
{
background-color: #E8BDC5;
}
.BgClassName
{
background-color: #E8BDC5;
}
</style>
border-color css
<style>
span { border-color: #E8BDC5; }
span { border-color: rgb(232,189,197); }
td.TdClassName
{
border-color: #E8BDC5;
}
.TagClassName
{
border-color: #E8BDC5;
}
</style>