Shades of Chantilly #EFC0C8
Tints of Chantilly #EFC0C8
RGB
CMYK
RGB Variations
Color information
#EFC0C8 (or 0xEFC0C8) is known color: Chantilly. HEX triplet: EF, C0 and C8. RGB value is (239,192,200). Sum of RGB (Red+Green+Blue) = 239+192+200=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0C8 is #103F37. Grayscale: #CECECE. Windows color (decimal): -1064760 or 13156591. OLE color: 13156591.
HSL color Cylindrical-coordinate representation of color #EFC0C8: hue angle of 349.79º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0C8 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 200 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.06 |
| HSL | 349.79º | 0.59% | 0.85% | - |
| HSV(B) | 349.79º | 0.2% | 0.94% | - |
| XYZ | 64.87 | 60.22 | 62.85 | - |
| YUV | 206.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 200 | 0 | 0.20 | 0.16 | 0.06 | 349.79 | 0.59 | 0.85 |
| Hex | EF | C0 | C8 | 0 | 14 | 10 | 6 | 15E | 3B | 55 |
| Octal | 357 | 300 | 310 | 0 | 24 | 20 | 6 | 536 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11001000 | 0 | 10100 | 10000 | 110 | 101011110 | 111011 | 1010101 |
Color Harmonies of #EFC0C8
Complementary color
Monochromatic Colors of #EFC0C8
Black with #EFC0C8
Text Example
Text Example
White with #EFC0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0C8; }
p { color: rgb(239,192,200); }
H1.HeaderClassName
{
color: #EFC0C8;
}
.AnyTagClassName
{
color: #EFC0C8;
}
</style>
background-color css
<style>
a { background-color: #EFC0C8; }
a { background-color: rgb(239,192,200); }
div.DivClassName
{
background-color: #EFC0C8;
}
.BgClassName
{
background-color: #EFC0C8;
}
</style>
border-color css
<style>
span { border-color: #EFC0C8; }
span { border-color: rgb(239,192,200); }
td.TdClassName
{
border-color: #EFC0C8;
}
.TagClassName
{
border-color: #EFC0C8;
}
</style>