Shades of Chantilly #EFC0D1
Tints of Chantilly #EFC0D1
RGB
CMYK
RGB Variations
Color information
#EFC0D1 (or 0xEFC0D1) is known color: Chantilly. HEX triplet: EF, C0 and D1. RGB value is (239,192,209). Sum of RGB (Red+Green+Blue) = 239+192+209=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0D1 is #103F2E. Grayscale: #CFCFCF. Windows color (decimal): -1064751 or 13746415. OLE color: 13746415.
HSL color Cylindrical-coordinate representation of color #EFC0D1: hue angle of 338.3º 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 #EFC0D1 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 209 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.06 |
| HSL | 338.3º | 0.59% | 0.85% | - |
| HSV(B) | 338.3º | 0.2% | 0.94% | - |
| XYZ | 65.95 | 60.65 | 68.55 | - |
| YUV | 207.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 209 | 0 | 0.20 | 0.13 | 0.06 | 338.3 | 0.59 | 0.85 |
| Hex | EF | C0 | D1 | 0 | 14 | D | 6 | 152 | 3B | 55 |
| Octal | 357 | 300 | 321 | 0 | 24 | 15 | 6 | 522 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11010001 | 0 | 10100 | 1101 | 110 | 101010010 | 111011 | 1010101 |
Color Harmonies of #EFC0D1
Complementary color
Monochromatic Colors of #EFC0D1
Black with #EFC0D1
Text Example
Text Example
White with #EFC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0D1; }
p { color: rgb(239,192,209); }
H1.HeaderClassName
{
color: #EFC0D1;
}
.AnyTagClassName
{
color: #EFC0D1;
}
</style>
background-color css
<style>
a { background-color: #EFC0D1; }
a { background-color: rgb(239,192,209); }
div.DivClassName
{
background-color: #EFC0D1;
}
.BgClassName
{
background-color: #EFC0D1;
}
</style>
border-color css
<style>
span { border-color: #EFC0D1; }
span { border-color: rgb(239,192,209); }
td.TdClassName
{
border-color: #EFC0D1;
}
.TagClassName
{
border-color: #EFC0D1;
}
</style>