Shades of Chantilly #EFC4CC
Tints of Chantilly #EFC4CC
RGB
CMYK
RGB Variations
Color information
#EFC4CC (or 0xEFC4CC) is known color: Chantilly. HEX triplet: EF, C4 and CC. RGB value is (239,196,204). Sum of RGB (Red+Green+Blue) = 239+196+204=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4CC is #103B33. Grayscale: #D1D1D1. Windows color (decimal): -1063732 or 13419759. OLE color: 13419759.
HSL color Cylindrical-coordinate representation of color #EFC4CC: hue angle of 348.84º degrees, saturation: 0.57, 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 #EFC4CC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 204 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.06 |
| HSL | 348.84º | 0.57% | 0.85% | - |
| HSV(B) | 348.84º | 0.18% | 0.94% | - |
| XYZ | 66.24 | 62.19 | 65.64 | - |
| YUV | 209.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 204 | 0 | 0.18 | 0.15 | 0.06 | 348.84 | 0.57 | 0.85 |
| Hex | EF | C4 | CC | 0 | 12 | F | 6 | 15D | 39 | 55 |
| Octal | 357 | 304 | 314 | 0 | 22 | 17 | 6 | 535 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11001100 | 0 | 10010 | 1111 | 110 | 101011101 | 111001 | 1010101 |
Color Harmonies of #EFC4CC
Complementary color
Monochromatic Colors of #EFC4CC
Black with #EFC4CC
Text Example
Text Example
White with #EFC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4CC; }
p { color: rgb(239,196,204); }
H1.HeaderClassName
{
color: #EFC4CC;
}
.AnyTagClassName
{
color: #EFC4CC;
}
</style>
background-color css
<style>
a { background-color: #EFC4CC; }
a { background-color: rgb(239,196,204); }
div.DivClassName
{
background-color: #EFC4CC;
}
.BgClassName
{
background-color: #EFC4CC;
}
</style>
border-color css
<style>
span { border-color: #EFC4CC; }
span { border-color: rgb(239,196,204); }
td.TdClassName
{
border-color: #EFC4CC;
}
.TagClassName
{
border-color: #EFC4CC;
}
</style>