Shades of Chantilly #EFC1CF
Tints of Chantilly #EFC1CF
RGB
CMYK
RGB Variations
Color information
#EFC1CF (or 0xEFC1CF) is known color: Chantilly. HEX triplet: EF, C1 and CF. RGB value is (239,193,207). Sum of RGB (Red+Green+Blue) = 239+193+207=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1CF is #103E30. Grayscale: #D0D0D0. Windows color (decimal): -1064497 or 13615599. OLE color: 13615599.
HSL color Cylindrical-coordinate representation of color #EFC1CF: hue angle of 341.74º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1CF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 207 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.06 |
| HSL | 341.74º | 0.59% | 0.85% | - |
| HSV(B) | 341.74º | 0.19% | 0.94% | - |
| XYZ | 65.93 | 61 | 67.33 | - |
| YUV | 208.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 207 | 0 | 0.19 | 0.13 | 0.06 | 341.74 | 0.59 | 0.85 |
| Hex | EF | C1 | CF | 0 | 13 | D | 6 | 156 | 3B | 55 |
| Octal | 357 | 301 | 317 | 0 | 23 | 15 | 6 | 526 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11001111 | 0 | 10011 | 1101 | 110 | 101010110 | 111011 | 1010101 |
Color Harmonies of #EFC1CF
Complementary color
Monochromatic Colors of #EFC1CF
Black with #EFC1CF
Text Example
Text Example
White with #EFC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1CF; }
p { color: rgb(239,193,207); }
H1.HeaderClassName
{
color: #EFC1CF;
}
.AnyTagClassName
{
color: #EFC1CF;
}
</style>
background-color css
<style>
a { background-color: #EFC1CF; }
a { background-color: rgb(239,193,207); }
div.DivClassName
{
background-color: #EFC1CF;
}
.BgClassName
{
background-color: #EFC1CF;
}
</style>
border-color css
<style>
span { border-color: #EFC1CF; }
span { border-color: rgb(239,193,207); }
td.TdClassName
{
border-color: #EFC1CF;
}
.TagClassName
{
border-color: #EFC1CF;
}
</style>