Shades of Chantilly #EFBFC7
Tints of Chantilly #EFBFC7
RGB
CMYK
RGB Variations
Color information
#EFBFC7 (or 0xEFBFC7) is known color: Chantilly. HEX triplet: EF, BF and C7. RGB value is (239,191,199). Sum of RGB (Red+Green+Blue) = 239+191+199=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC7 is #104038. Grayscale: #CECECE. Windows color (decimal): -1065017 or 13090799. OLE color: 13090799.
HSL color Cylindrical-coordinate representation of color #EFBFC7: hue angle of 350º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFC7 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 199 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.06 |
| HSL | 350º | 0.6% | 0.84% | - |
| HSV(B) | 350º | 0.2% | 0.94% | - |
| XYZ | 64.54 | 59.74 | 62.16 | - |
| YUV | 206.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 199 | 0 | 0.20 | 0.17 | 0.06 | 350 | 0.6 | 0.84 |
| Hex | EF | BF | C7 | 0 | 14 | 11 | 6 | 15E | 3C | 54 |
| Octal | 357 | 277 | 307 | 0 | 24 | 21 | 6 | 536 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11000111 | 0 | 10100 | 10001 | 110 | 101011110 | 111100 | 1010100 |
Color Harmonies of #EFBFC7
Complementary color
Monochromatic Colors of #EFBFC7
Black with #EFBFC7
Text Example
Text Example
White with #EFBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFC7; }
p { color: rgb(239,191,199); }
H1.HeaderClassName
{
color: #EFBFC7;
}
.AnyTagClassName
{
color: #EFBFC7;
}
</style>
background-color css
<style>
a { background-color: #EFBFC7; }
a { background-color: rgb(239,191,199); }
div.DivClassName
{
background-color: #EFBFC7;
}
.BgClassName
{
background-color: #EFBFC7;
}
</style>
border-color css
<style>
span { border-color: #EFBFC7; }
span { border-color: rgb(239,191,199); }
td.TdClassName
{
border-color: #EFBFC7;
}
.TagClassName
{
border-color: #EFBFC7;
}
</style>