Shades of Chantilly #EFC1D0
Tints of Chantilly #EFC1D0
RGB
CMYK
RGB Variations
Color information
#EFC1D0 (or 0xEFC1D0) is known color: Chantilly. HEX triplet: EF, C1 and D0. RGB value is (239,193,208). Sum of RGB (Red+Green+Blue) = 239+193+208=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D0 is #103E2F. Grayscale: #D0D0D0. Windows color (decimal): -1064496 or 13681135. OLE color: 13681135.
HSL color Cylindrical-coordinate representation of color #EFC1D0: hue angle of 340.43º 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 #EFC1D0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 208 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.06 |
| HSL | 340.43º | 0.59% | 0.85% | - |
| HSV(B) | 340.43º | 0.19% | 0.94% | - |
| XYZ | 66.05 | 61.04 | 67.98 | - |
| YUV | 208.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 208 | 0 | 0.19 | 0.13 | 0.06 | 340.43 | 0.59 | 0.85 |
| Hex | EF | C1 | D0 | 0 | 13 | D | 6 | 154 | 3B | 55 |
| Octal | 357 | 301 | 320 | 0 | 23 | 15 | 6 | 524 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010000 | 0 | 10011 | 1101 | 110 | 101010100 | 111011 | 1010101 |
Color Harmonies of #EFC1D0
Complementary color
Monochromatic Colors of #EFC1D0
Black with #EFC1D0
Text Example
Text Example
White with #EFC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D0; }
p { color: rgb(239,193,208); }
H1.HeaderClassName
{
color: #EFC1D0;
}
.AnyTagClassName
{
color: #EFC1D0;
}
</style>
background-color css
<style>
a { background-color: #EFC1D0; }
a { background-color: rgb(239,193,208); }
div.DivClassName
{
background-color: #EFC1D0;
}
.BgClassName
{
background-color: #EFC1D0;
}
</style>
border-color css
<style>
span { border-color: #EFC1D0; }
span { border-color: rgb(239,193,208); }
td.TdClassName
{
border-color: #EFC1D0;
}
.TagClassName
{
border-color: #EFC1D0;
}
</style>