Shades of Chantilly #EFC2CB
Tints of Chantilly #EFC2CB
RGB
CMYK
RGB Variations
Color information
#EFC2CB (or 0xEFC2CB) is known color: Chantilly. HEX triplet: EF, C2 and CB. RGB value is (239,194,203). Sum of RGB (Red+Green+Blue) = 239+194+203=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CB is #103D34. Grayscale: #D0D0D0. Windows color (decimal): -1064245 or 13353711. OLE color: 13353711.
HSL color Cylindrical-coordinate representation of color #EFC2CB: hue angle of 348º 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 #EFC2CB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 203 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.06 |
| HSL | 348º | 0.58% | 0.85% | - |
| HSV(B) | 348º | 0.19% | 0.94% | - |
| XYZ | 65.67 | 61.25 | 64.86 | - |
| YUV | 208.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 203 | 0 | 0.19 | 0.15 | 0.06 | 348 | 0.58 | 0.85 |
| Hex | EF | C2 | CB | 0 | 13 | F | 6 | 15C | 3A | 55 |
| Octal | 357 | 302 | 313 | 0 | 23 | 17 | 6 | 534 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11001011 | 0 | 10011 | 1111 | 110 | 101011100 | 111010 | 1010101 |
Color Harmonies of #EFC2CB
Complementary color
Monochromatic Colors of #EFC2CB
Black with #EFC2CB
Text Example
Text Example
White with #EFC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2CB; }
p { color: rgb(239,194,203); }
H1.HeaderClassName
{
color: #EFC2CB;
}
.AnyTagClassName
{
color: #EFC2CB;
}
</style>
background-color css
<style>
a { background-color: #EFC2CB; }
a { background-color: rgb(239,194,203); }
div.DivClassName
{
background-color: #EFC2CB;
}
.BgClassName
{
background-color: #EFC2CB;
}
</style>
border-color css
<style>
span { border-color: #EFC2CB; }
span { border-color: rgb(239,194,203); }
td.TdClassName
{
border-color: #EFC2CB;
}
.TagClassName
{
border-color: #EFC2CB;
}
</style>