Shades of Chantilly #EFBACF
Tints of Chantilly #EFBACF
RGB
CMYK
RGB Variations
Color information
#EFBACF (or 0xEFBACF) is known color: Chantilly. HEX triplet: EF, BA and CF. RGB value is (239,186,207). Sum of RGB (Red+Green+Blue) = 239+186+207=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBACF is #104530. Grayscale: #CCCCCC. Windows color (decimal): -1066289 or 13613807. OLE color: 13613807.
HSL color Cylindrical-coordinate representation of color #EFBACF: hue angle of 336.23º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBACF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 207 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.06 |
| HSL | 336.23º | 0.62% | 0.83% | - |
| HSV(B) | 336.23º | 0.22% | 0.94% | - |
| XYZ | 64.42 | 57.97 | 66.83 | - |
| YUV | 204.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 207 | 0 | 0.22 | 0.13 | 0.06 | 336.23 | 0.62 | 0.83 |
| Hex | EF | BA | CF | 0 | 16 | D | 6 | 150 | 3E | 53 |
| Octal | 357 | 272 | 317 | 0 | 26 | 15 | 6 | 520 | 76 | 123 |
| Binary | 11101111 | 10111010 | 11001111 | 0 | 10110 | 1101 | 110 | 101010000 | 111110 | 1010011 |
Color Harmonies of #EFBACF
Complementary color
Monochromatic Colors of #EFBACF
Black with #EFBACF
Text Example
Text Example
White with #EFBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBACF; }
p { color: rgb(239,186,207); }
H1.HeaderClassName
{
color: #EFBACF;
}
.AnyTagClassName
{
color: #EFBACF;
}
</style>
background-color css
<style>
a { background-color: #EFBACF; }
a { background-color: rgb(239,186,207); }
div.DivClassName
{
background-color: #EFBACF;
}
.BgClassName
{
background-color: #EFBACF;
}
</style>
border-color css
<style>
span { border-color: #EFBACF; }
span { border-color: rgb(239,186,207); }
td.TdClassName
{
border-color: #EFBACF;
}
.TagClassName
{
border-color: #EFBACF;
}
</style>