Shades of Chantilly #E8BFC7
Tints of Chantilly #E8BFC7
RGB
CMYK
RGB Variations
Color information
#E8BFC7 (or 0xE8BFC7) is known color: Chantilly. HEX triplet: E8, BF and C7. RGB value is (232,191,199). Sum of RGB (Red+Green+Blue) = 232+191+199=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFC7 is #174038. Grayscale: #CCCCCC. Windows color (decimal): -1523769 or 13090792. OLE color: 13090792.
HSL color Cylindrical-coordinate representation of color #E8BFC7: hue angle of 348.29º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BFC7 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 199 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.09 |
| HSL | 348.29º | 0.47% | 0.83% | - |
| HSV(B) | 348.29º | 0.18% | 0.91% | - |
| XYZ | 62.22 | 58.54 | 62.05 | - |
| YUV | 204.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 199 | 0 | 0.18 | 0.14 | 0.09 | 348.29 | 0.47 | 0.83 |
| Hex | E8 | BF | C7 | 0 | 12 | E | 9 | 15C | 2F | 53 |
| Octal | 350 | 277 | 307 | 0 | 22 | 16 | 11 | 534 | 57 | 123 |
| Binary | 11101000 | 10111111 | 11000111 | 0 | 10010 | 1110 | 1001 | 101011100 | 101111 | 1010011 |
Color Harmonies of #E8BFC7
Complementary color
Monochromatic Colors of #E8BFC7
Black with #E8BFC7
Text Example
Text Example
White with #E8BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFC7; }
p { color: rgb(232,191,199); }
H1.HeaderClassName
{
color: #E8BFC7;
}
.AnyTagClassName
{
color: #E8BFC7;
}
</style>
background-color css
<style>
a { background-color: #E8BFC7; }
a { background-color: rgb(232,191,199); }
div.DivClassName
{
background-color: #E8BFC7;
}
.BgClassName
{
background-color: #E8BFC7;
}
</style>
border-color css
<style>
span { border-color: #E8BFC7; }
span { border-color: rgb(232,191,199); }
td.TdClassName
{
border-color: #E8BFC7;
}
.TagClassName
{
border-color: #E8BFC7;
}
</style>