Shades of Chantilly #EFC3CF
Tints of Chantilly #EFC3CF
RGB
CMYK
RGB Variations
Color information
#EFC3CF (or 0xEFC3CF) is known color: Chantilly. HEX triplet: EF, C3 and CF. RGB value is (239,195,207). Sum of RGB (Red+Green+Blue) = 239+195+207=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CF is #103C30. Grayscale: #D1D1D1. Windows color (decimal): -1063985 or 13616111. OLE color: 13616111.
HSL color Cylindrical-coordinate representation of color #EFC3CF: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3CF is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 207 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.06 |
| HSL | 343.64º | 0.58% | 0.85% | - |
| HSV(B) | 343.64º | 0.18% | 0.94% | - |
| XYZ | 66.37 | 61.89 | 67.48 | - |
| YUV | 209.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 207 | 0 | 0.18 | 0.13 | 0.06 | 343.64 | 0.58 | 0.85 |
| Hex | EF | C3 | CF | 0 | 12 | D | 6 | 158 | 3A | 55 |
| Octal | 357 | 303 | 317 | 0 | 22 | 15 | 6 | 530 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11001111 | 0 | 10010 | 1101 | 110 | 101011000 | 111010 | 1010101 |
Color Harmonies of #EFC3CF
Complementary color
Monochromatic Colors of #EFC3CF
Black with #EFC3CF
Text Example
Text Example
White with #EFC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3CF; }
p { color: rgb(239,195,207); }
H1.HeaderClassName
{
color: #EFC3CF;
}
.AnyTagClassName
{
color: #EFC3CF;
}
</style>
background-color css
<style>
a { background-color: #EFC3CF; }
a { background-color: rgb(239,195,207); }
div.DivClassName
{
background-color: #EFC3CF;
}
.BgClassName
{
background-color: #EFC3CF;
}
</style>
border-color css
<style>
span { border-color: #EFC3CF; }
span { border-color: rgb(239,195,207); }
td.TdClassName
{
border-color: #EFC3CF;
}
.TagClassName
{
border-color: #EFC3CF;
}
</style>