Shades of Chantilly #E6BFC7
Tints of Chantilly #E6BFC7
RGB
CMYK
RGB Variations
Color information
#E6BFC7 (or 0xE6BFC7) is known color: Chantilly. HEX triplet: E6, BF and C7. RGB value is (230,191,199). Sum of RGB (Red+Green+Blue) = 230+191+199=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC7 is #194038. Grayscale: #CBCBCB. Windows color (decimal): -1654841 or 13090790. OLE color: 13090790.
HSL color Cylindrical-coordinate representation of color #E6BFC7: hue angle of 347.69º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFC7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 199 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.10 |
| HSL | 347.69º | 0.44% | 0.83% | - |
| HSV(B) | 347.69º | 0.17% | 0.9% | - |
| XYZ | 61.57 | 58.21 | 62.02 | - |
| YUV | 203.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 199 | 0 | 0.17 | 0.13 | 0.10 | 347.69 | 0.44 | 0.83 |
| Hex | E6 | BF | C7 | 0 | 11 | D | A | 15C | 2C | 53 |
| Octal | 346 | 277 | 307 | 0 | 21 | 15 | 12 | 534 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11000111 | 0 | 10001 | 1101 | 1010 | 101011100 | 101100 | 1010011 |
Color Harmonies of #E6BFC7
Complementary color
Monochromatic Colors of #E6BFC7
Black with #E6BFC7
Text Example
Text Example
White with #E6BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFC7; }
p { color: rgb(230,191,199); }
H1.HeaderClassName
{
color: #E6BFC7;
}
.AnyTagClassName
{
color: #E6BFC7;
}
</style>
background-color css
<style>
a { background-color: #E6BFC7; }
a { background-color: rgb(230,191,199); }
div.DivClassName
{
background-color: #E6BFC7;
}
.BgClassName
{
background-color: #E6BFC7;
}
</style>
border-color css
<style>
span { border-color: #E6BFC7; }
span { border-color: rgb(230,191,199); }
td.TdClassName
{
border-color: #E6BFC7;
}
.TagClassName
{
border-color: #E6BFC7;
}
</style>