Shades of Chantilly #EFC0CF
Tints of Chantilly #EFC0CF
RGB
CMYK
RGB Variations
Color information
#EFC0CF (or 0xEFC0CF) is known color: Chantilly. HEX triplet: EF, C0 and CF. RGB value is (239,192,207). Sum of RGB (Red+Green+Blue) = 239+192+207=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CF is #103F30. Grayscale: #CFCFCF. Windows color (decimal): -1064753 or 13615343. OLE color: 13615343.
HSL color Cylindrical-coordinate representation of color #EFC0CF: hue angle of 340.85º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0CF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 207 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.06 |
| HSL | 340.85º | 0.59% | 0.85% | - |
| HSV(B) | 340.85º | 0.2% | 0.94% | - |
| XYZ | 65.71 | 60.55 | 67.26 | - |
| YUV | 207.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 207 | 0 | 0.20 | 0.13 | 0.06 | 340.85 | 0.59 | 0.85 |
| Hex | EF | C0 | CF | 0 | 14 | D | 6 | 155 | 3B | 55 |
| Octal | 357 | 300 | 317 | 0 | 24 | 15 | 6 | 525 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11001111 | 0 | 10100 | 1101 | 110 | 101010101 | 111011 | 1010101 |
Color Harmonies of #EFC0CF
Complementary color
Monochromatic Colors of #EFC0CF
Black with #EFC0CF
Text Example
Text Example
White with #EFC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0CF; }
p { color: rgb(239,192,207); }
H1.HeaderClassName
{
color: #EFC0CF;
}
.AnyTagClassName
{
color: #EFC0CF;
}
</style>
background-color css
<style>
a { background-color: #EFC0CF; }
a { background-color: rgb(239,192,207); }
div.DivClassName
{
background-color: #EFC0CF;
}
.BgClassName
{
background-color: #EFC0CF;
}
</style>
border-color css
<style>
span { border-color: #EFC0CF; }
span { border-color: rgb(239,192,207); }
td.TdClassName
{
border-color: #EFC0CF;
}
.TagClassName
{
border-color: #EFC0CF;
}
</style>