Shades of Chantilly #EFBFCE
Tints of Chantilly #EFBFCE
RGB
CMYK
RGB Variations
Color information
#EFBFCE (or 0xEFBFCE) is known color: Chantilly. HEX triplet: EF, BF and CE. RGB value is (239,191,206). Sum of RGB (Red+Green+Blue) = 239+191+206=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCE is #104031. Grayscale: #CFCFCF. Windows color (decimal): -1065010 or 13549551. OLE color: 13549551.
HSL color Cylindrical-coordinate representation of color #EFBFCE: hue angle of 341.25º 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 #EFBFCE is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 206 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.06 |
| HSL | 341.25º | 0.6% | 0.84% | - |
| HSV(B) | 341.25º | 0.2% | 0.94% | - |
| XYZ | 65.37 | 60.07 | 66.54 | - |
| YUV | 207.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 206 | 0 | 0.20 | 0.14 | 0.06 | 341.25 | 0.6 | 0.84 |
| Hex | EF | BF | CE | 0 | 14 | E | 6 | 155 | 3C | 54 |
| Octal | 357 | 277 | 316 | 0 | 24 | 16 | 6 | 525 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11001110 | 0 | 10100 | 1110 | 110 | 101010101 | 111100 | 1010100 |
Color Harmonies of #EFBFCE
Complementary color
Monochromatic Colors of #EFBFCE
Black with #EFBFCE
Text Example
Text Example
White with #EFBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFCE; }
p { color: rgb(239,191,206); }
H1.HeaderClassName
{
color: #EFBFCE;
}
.AnyTagClassName
{
color: #EFBFCE;
}
</style>
background-color css
<style>
a { background-color: #EFBFCE; }
a { background-color: rgb(239,191,206); }
div.DivClassName
{
background-color: #EFBFCE;
}
.BgClassName
{
background-color: #EFBFCE;
}
</style>
border-color css
<style>
span { border-color: #EFBFCE; }
span { border-color: rgb(239,191,206); }
td.TdClassName
{
border-color: #EFBFCE;
}
.TagClassName
{
border-color: #EFBFCE;
}
</style>