Shades of Chantilly #E8BCCA
Tints of Chantilly #E8BCCA
RGB
CMYK
RGB Variations
Color information
#E8BCCA (or 0xE8BCCA) is known color: Chantilly. HEX triplet: E8, BC and CA. RGB value is (232,188,202). Sum of RGB (Red+Green+Blue) = 232+188+202=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCCA is #174335. Grayscale: #CACACA. Windows color (decimal): -1524534 or 13286632. OLE color: 13286632.
HSL color Cylindrical-coordinate representation of color #E8BCCA: hue angle of 340.91º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BCCA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 202 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.09 |
| HSL | 340.91º | 0.49% | 0.82% | - |
| HSV(B) | 340.91º | 0.19% | 0.91% | - |
| XYZ | 61.92 | 57.39 | 63.69 | - |
| YUV | 202.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 202 | 0 | 0.19 | 0.13 | 0.09 | 340.91 | 0.49 | 0.82 |
| Hex | E8 | BC | CA | 0 | 13 | D | 9 | 155 | 31 | 52 |
| Octal | 350 | 274 | 312 | 0 | 23 | 15 | 11 | 525 | 61 | 122 |
| Binary | 11101000 | 10111100 | 11001010 | 0 | 10011 | 1101 | 1001 | 101010101 | 110001 | 1010010 |
Color Harmonies of #E8BCCA
Complementary color
Monochromatic Colors of #E8BCCA
Black with #E8BCCA
Text Example
Text Example
White with #E8BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCCA; }
p { color: rgb(232,188,202); }
H1.HeaderClassName
{
color: #E8BCCA;
}
.AnyTagClassName
{
color: #E8BCCA;
}
</style>
background-color css
<style>
a { background-color: #E8BCCA; }
a { background-color: rgb(232,188,202); }
div.DivClassName
{
background-color: #E8BCCA;
}
.BgClassName
{
background-color: #E8BCCA;
}
</style>
border-color css
<style>
span { border-color: #E8BCCA; }
span { border-color: rgb(232,188,202); }
td.TdClassName
{
border-color: #E8BCCA;
}
.TagClassName
{
border-color: #E8BCCA;
}
</style>