Shades of Chantilly #EFC1D1
Tints of Chantilly #EFC1D1
RGB
CMYK
RGB Variations
Color information
#EFC1D1 (or 0xEFC1D1) is known color: Chantilly. HEX triplet: EF, C1 and D1. RGB value is (239,193,209). Sum of RGB (Red+Green+Blue) = 239+193+209=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D1 is #103E2E. Grayscale: #D0D0D0. Windows color (decimal): -1064495 or 13746671. OLE color: 13746671.
HSL color Cylindrical-coordinate representation of color #EFC1D1: hue angle of 339.13º 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 #EFC1D1 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 209 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.06 |
| HSL | 339.13º | 0.59% | 0.85% | - |
| HSV(B) | 339.13º | 0.19% | 0.94% | - |
| XYZ | 66.18 | 61.09 | 68.63 | - |
| YUV | 208.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 209 | 0 | 0.19 | 0.13 | 0.06 | 339.13 | 0.59 | 0.85 |
| Hex | EF | C1 | D1 | 0 | 13 | D | 6 | 153 | 3B | 55 |
| Octal | 357 | 301 | 321 | 0 | 23 | 15 | 6 | 523 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010001 | 0 | 10011 | 1101 | 110 | 101010011 | 111011 | 1010101 |
Color Harmonies of #EFC1D1
Complementary color
Monochromatic Colors of #EFC1D1
Black with #EFC1D1
Text Example
Text Example
White with #EFC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D1; }
p { color: rgb(239,193,209); }
H1.HeaderClassName
{
color: #EFC1D1;
}
.AnyTagClassName
{
color: #EFC1D1;
}
</style>
background-color css
<style>
a { background-color: #EFC1D1; }
a { background-color: rgb(239,193,209); }
div.DivClassName
{
background-color: #EFC1D1;
}
.BgClassName
{
background-color: #EFC1D1;
}
</style>
border-color css
<style>
span { border-color: #EFC1D1; }
span { border-color: rgb(239,193,209); }
td.TdClassName
{
border-color: #EFC1D1;
}
.TagClassName
{
border-color: #EFC1D1;
}
</style>