Shades of Chantilly #EFBDCF
Tints of Chantilly #EFBDCF
RGB
CMYK
RGB Variations
Color information
#EFBDCF (or 0xEFBDCF) is known color: Chantilly. HEX triplet: EF, BD and CF. RGB value is (239,189,207). Sum of RGB (Red+Green+Blue) = 239+189+207=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCF is #104230. Grayscale: #CDCDCD. Windows color (decimal): -1065521 or 13614575. OLE color: 13614575.
HSL color Cylindrical-coordinate representation of color #EFBDCF: hue angle of 338.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDCF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 207 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.06 |
| HSL | 338.4º | 0.61% | 0.84% | - |
| HSV(B) | 338.4º | 0.21% | 0.94% | - |
| XYZ | 65.06 | 59.25 | 67.04 | - |
| YUV | 206 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 207 | 0 | 0.21 | 0.13 | 0.06 | 338.4 | 0.61 | 0.84 |
| Hex | EF | BD | CF | 0 | 15 | D | 6 | 152 | 3D | 54 |
| Octal | 357 | 275 | 317 | 0 | 25 | 15 | 6 | 522 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11001111 | 0 | 10101 | 1101 | 110 | 101010010 | 111101 | 1010100 |
Color Harmonies of #EFBDCF
Complementary color
Monochromatic Colors of #EFBDCF
Black with #EFBDCF
Text Example
Text Example
White with #EFBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDCF; }
p { color: rgb(239,189,207); }
H1.HeaderClassName
{
color: #EFBDCF;
}
.AnyTagClassName
{
color: #EFBDCF;
}
</style>
background-color css
<style>
a { background-color: #EFBDCF; }
a { background-color: rgb(239,189,207); }
div.DivClassName
{
background-color: #EFBDCF;
}
.BgClassName
{
background-color: #EFBDCF;
}
</style>
border-color css
<style>
span { border-color: #EFBDCF; }
span { border-color: rgb(239,189,207); }
td.TdClassName
{
border-color: #EFBDCF;
}
.TagClassName
{
border-color: #EFBDCF;
}
</style>