Shades of Chantilly #EFB9CF
Tints of Chantilly #EFB9CF
RGB
CMYK
RGB Variations
Color information
#EFB9CF (or 0xEFB9CF) is known color: Chantilly. HEX triplet: EF, B9 and CF. RGB value is (239,185,207). Sum of RGB (Red+Green+Blue) = 239+185+207=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CF is #104630. Grayscale: #CBCBCB. Windows color (decimal): -1066545 or 13613551. OLE color: 13613551.
HSL color Cylindrical-coordinate representation of color #EFB9CF: hue angle of 335.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CF is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 207 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.06 |
| HSL | 335.56º | 0.63% | 0.83% | - |
| HSV(B) | 335.56º | 0.23% | 0.94% | - |
| XYZ | 64.21 | 57.55 | 66.76 | - |
| YUV | 203.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 207 | 0 | 0.23 | 0.13 | 0.06 | 335.56 | 0.63 | 0.83 |
| Hex | EF | B9 | CF | 0 | 17 | D | 6 | 150 | 3F | 53 |
| Octal | 357 | 271 | 317 | 0 | 27 | 15 | 6 | 520 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11001111 | 0 | 10111 | 1101 | 110 | 101010000 | 111111 | 1010011 |
Color Harmonies of #EFB9CF
Complementary color
Monochromatic Colors of #EFB9CF
Black with #EFB9CF
Text Example
Text Example
White with #EFB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9CF; }
p { color: rgb(239,185,207); }
H1.HeaderClassName
{
color: #EFB9CF;
}
.AnyTagClassName
{
color: #EFB9CF;
}
</style>
background-color css
<style>
a { background-color: #EFB9CF; }
a { background-color: rgb(239,185,207); }
div.DivClassName
{
background-color: #EFB9CF;
}
.BgClassName
{
background-color: #EFB9CF;
}
</style>
border-color css
<style>
span { border-color: #EFB9CF; }
span { border-color: rgb(239,185,207); }
td.TdClassName
{
border-color: #EFB9CF;
}
.TagClassName
{
border-color: #EFB9CF;
}
</style>