Shades of Chantilly #EFC2CA
Tints of Chantilly #EFC2CA
RGB
CMYK
RGB Variations
Color information
#EFC2CA (or 0xEFC2CA) is known color: Chantilly. HEX triplet: EF, C2 and CA. RGB value is (239,194,202). Sum of RGB (Red+Green+Blue) = 239+194+202=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CA is #103D35. Grayscale: #D0D0D0. Windows color (decimal): -1064246 or 13288175. OLE color: 13288175.
HSL color Cylindrical-coordinate representation of color #EFC2CA: hue angle of 349.33º 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 #EFC2CA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 202 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.06 |
| HSL | 349.33º | 0.58% | 0.85% | - |
| HSV(B) | 349.33º | 0.19% | 0.94% | - |
| XYZ | 65.55 | 61.2 | 64.23 | - |
| YUV | 208.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 202 | 0 | 0.19 | 0.15 | 0.06 | 349.33 | 0.58 | 0.85 |
| Hex | EF | C2 | CA | 0 | 13 | F | 6 | 15D | 3A | 55 |
| Octal | 357 | 302 | 312 | 0 | 23 | 17 | 6 | 535 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11001010 | 0 | 10011 | 1111 | 110 | 101011101 | 111010 | 1010101 |
Color Harmonies of #EFC2CA
Complementary color
Monochromatic Colors of #EFC2CA
Black with #EFC2CA
Text Example
Text Example
White with #EFC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2CA; }
p { color: rgb(239,194,202); }
H1.HeaderClassName
{
color: #EFC2CA;
}
.AnyTagClassName
{
color: #EFC2CA;
}
</style>
background-color css
<style>
a { background-color: #EFC2CA; }
a { background-color: rgb(239,194,202); }
div.DivClassName
{
background-color: #EFC2CA;
}
.BgClassName
{
background-color: #EFC2CA;
}
</style>
border-color css
<style>
span { border-color: #EFC2CA; }
span { border-color: rgb(239,194,202); }
td.TdClassName
{
border-color: #EFC2CA;
}
.TagClassName
{
border-color: #EFC2CA;
}
</style>