Shades of Chantilly #EFC3CE
Tints of Chantilly #EFC3CE
RGB
CMYK
RGB Variations
Color information
#EFC3CE (or 0xEFC3CE) is known color: Chantilly. HEX triplet: EF, C3 and CE. RGB value is (239,195,206). Sum of RGB (Red+Green+Blue) = 239+195+206=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CE is #103C31. Grayscale: #D1D1D1. Windows color (decimal): -1063986 or 13550575. OLE color: 13550575.
HSL color Cylindrical-coordinate representation of color #EFC3CE: hue angle of 345º degrees, saturation: 0.58, 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 #EFC3CE is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 206 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.06 |
| HSL | 345º | 0.58% | 0.85% | - |
| HSV(B) | 345º | 0.18% | 0.94% | - |
| XYZ | 66.25 | 61.84 | 66.84 | - |
| YUV | 209.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 206 | 0 | 0.18 | 0.14 | 0.06 | 345 | 0.58 | 0.85 |
| Hex | EF | C3 | CE | 0 | 12 | E | 6 | 159 | 3A | 55 |
| Octal | 357 | 303 | 316 | 0 | 22 | 16 | 6 | 531 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11001110 | 0 | 10010 | 1110 | 110 | 101011001 | 111010 | 1010101 |
Color Harmonies of #EFC3CE
Complementary color
Monochromatic Colors of #EFC3CE
Black with #EFC3CE
Text Example
Text Example
White with #EFC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3CE; }
p { color: rgb(239,195,206); }
H1.HeaderClassName
{
color: #EFC3CE;
}
.AnyTagClassName
{
color: #EFC3CE;
}
</style>
background-color css
<style>
a { background-color: #EFC3CE; }
a { background-color: rgb(239,195,206); }
div.DivClassName
{
background-color: #EFC3CE;
}
.BgClassName
{
background-color: #EFC3CE;
}
</style>
border-color css
<style>
span { border-color: #EFC3CE; }
span { border-color: rgb(239,195,206); }
td.TdClassName
{
border-color: #EFC3CE;
}
.TagClassName
{
border-color: #EFC3CE;
}
</style>