Shades of Chantilly #EFC2CF
Tints of Chantilly #EFC2CF
RGB
CMYK
RGB Variations
Color information
#EFC2CF (or 0xEFC2CF) is known color: Chantilly. HEX triplet: EF, C2 and CF. RGB value is (239,194,207). Sum of RGB (Red+Green+Blue) = 239+194+207=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CF is #103D30. Grayscale: #D0D0D0. Windows color (decimal): -1064241 or 13615855. OLE color: 13615855.
HSL color Cylindrical-coordinate representation of color #EFC2CF: hue angle of 342.67º degrees, saturation: 0.58, 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 #EFC2CF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 207 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.06 |
| HSL | 342.67º | 0.58% | 0.85% | - |
| HSV(B) | 342.67º | 0.19% | 0.94% | - |
| XYZ | 66.15 | 61.44 | 67.4 | - |
| YUV | 208.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 207 | 0 | 0.19 | 0.13 | 0.06 | 342.67 | 0.58 | 0.85 |
| Hex | EF | C2 | CF | 0 | 13 | D | 6 | 157 | 3A | 55 |
| Octal | 357 | 302 | 317 | 0 | 23 | 15 | 6 | 527 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11001111 | 0 | 10011 | 1101 | 110 | 101010111 | 111010 | 1010101 |
Color Harmonies of #EFC2CF
Complementary color
Monochromatic Colors of #EFC2CF
Black with #EFC2CF
Text Example
Text Example
White with #EFC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2CF; }
p { color: rgb(239,194,207); }
H1.HeaderClassName
{
color: #EFC2CF;
}
.AnyTagClassName
{
color: #EFC2CF;
}
</style>
background-color css
<style>
a { background-color: #EFC2CF; }
a { background-color: rgb(239,194,207); }
div.DivClassName
{
background-color: #EFC2CF;
}
.BgClassName
{
background-color: #EFC2CF;
}
</style>
border-color css
<style>
span { border-color: #EFC2CF; }
span { border-color: rgb(239,194,207); }
td.TdClassName
{
border-color: #EFC2CF;
}
.TagClassName
{
border-color: #EFC2CF;
}
</style>