Shades of Chantilly #EFC2CE
Tints of Chantilly #EFC2CE
RGB
CMYK
RGB Variations
Color information
#EFC2CE (or 0xEFC2CE) is known color: Chantilly. HEX triplet: EF, C2 and CE. RGB value is (239,194,206). Sum of RGB (Red+Green+Blue) = 239+194+206=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CE is #103D31. Grayscale: #D0D0D0. Windows color (decimal): -1064242 or 13550319. OLE color: 13550319.
HSL color Cylindrical-coordinate representation of color #EFC2CE: hue angle of 344º degrees, saturation: 0.58, 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 #EFC2CE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 206 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.06 |
| HSL | 344º | 0.58% | 0.85% | - |
| HSV(B) | 344º | 0.19% | 0.94% | - |
| XYZ | 66.03 | 61.39 | 66.76 | - |
| YUV | 208.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 206 | 0 | 0.19 | 0.14 | 0.06 | 344 | 0.58 | 0.85 |
| Hex | EF | C2 | CE | 0 | 13 | E | 6 | 158 | 3A | 55 |
| Octal | 357 | 302 | 316 | 0 | 23 | 16 | 6 | 530 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11001110 | 0 | 10011 | 1110 | 110 | 101011000 | 111010 | 1010101 |
Color Harmonies of #EFC2CE
Complementary color
Monochromatic Colors of #EFC2CE
Black with #EFC2CE
Text Example
Text Example
White with #EFC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2CE; }
p { color: rgb(239,194,206); }
H1.HeaderClassName
{
color: #EFC2CE;
}
.AnyTagClassName
{
color: #EFC2CE;
}
</style>
background-color css
<style>
a { background-color: #EFC2CE; }
a { background-color: rgb(239,194,206); }
div.DivClassName
{
background-color: #EFC2CE;
}
.BgClassName
{
background-color: #EFC2CE;
}
</style>
border-color css
<style>
span { border-color: #EFC2CE; }
span { border-color: rgb(239,194,206); }
td.TdClassName
{
border-color: #EFC2CE;
}
.TagClassName
{
border-color: #EFC2CE;
}
</style>