Shades of Chantilly #EFC1CA
Tints of Chantilly #EFC1CA
RGB
CMYK
RGB Variations
Color information
#EFC1CA (or 0xEFC1CA) is known color: Chantilly. HEX triplet: EF, C1 and CA. RGB value is (239,193,202). Sum of RGB (Red+Green+Blue) = 239+193+202=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1CA is #103E35. Grayscale: #CFCFCF. Windows color (decimal): -1064502 or 13287919. OLE color: 13287919.
HSL color Cylindrical-coordinate representation of color #EFC1CA: hue angle of 348.26º 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 #EFC1CA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 202 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.06 |
| HSL | 348.26º | 0.59% | 0.85% | - |
| HSV(B) | 348.26º | 0.19% | 0.94% | - |
| XYZ | 65.33 | 60.75 | 64.16 | - |
| YUV | 207.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 202 | 0 | 0.19 | 0.15 | 0.06 | 348.26 | 0.59 | 0.85 |
| Hex | EF | C1 | CA | 0 | 13 | F | 6 | 15C | 3B | 55 |
| Octal | 357 | 301 | 312 | 0 | 23 | 17 | 6 | 534 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11001010 | 0 | 10011 | 1111 | 110 | 101011100 | 111011 | 1010101 |
Color Harmonies of #EFC1CA
Complementary color
Monochromatic Colors of #EFC1CA
Black with #EFC1CA
Text Example
Text Example
White with #EFC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1CA; }
p { color: rgb(239,193,202); }
H1.HeaderClassName
{
color: #EFC1CA;
}
.AnyTagClassName
{
color: #EFC1CA;
}
</style>
background-color css
<style>
a { background-color: #EFC1CA; }
a { background-color: rgb(239,193,202); }
div.DivClassName
{
background-color: #EFC1CA;
}
.BgClassName
{
background-color: #EFC1CA;
}
</style>
border-color css
<style>
span { border-color: #EFC1CA; }
span { border-color: rgb(239,193,202); }
td.TdClassName
{
border-color: #EFC1CA;
}
.TagClassName
{
border-color: #EFC1CA;
}
</style>