Shades of Chantilly #EFC0CB
Tints of Chantilly #EFC0CB
RGB
CMYK
RGB Variations
Color information
#EFC0CB (or 0xEFC0CB) is known color: Chantilly. HEX triplet: EF, C0 and CB. RGB value is (239,192,203). Sum of RGB (Red+Green+Blue) = 239+192+203=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CB is #103F34. Grayscale: #CFCFCF. Windows color (decimal): -1064757 or 13353199. OLE color: 13353199.
HSL color Cylindrical-coordinate representation of color #EFC0CB: hue angle of 345.96º 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 #EFC0CB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 203 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.06 |
| HSL | 345.96º | 0.59% | 0.85% | - |
| HSV(B) | 345.96º | 0.2% | 0.94% | - |
| XYZ | 65.23 | 60.36 | 64.71 | - |
| YUV | 207.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 203 | 0 | 0.20 | 0.15 | 0.06 | 345.96 | 0.59 | 0.85 |
| Hex | EF | C0 | CB | 0 | 14 | F | 6 | 15A | 3B | 55 |
| Octal | 357 | 300 | 313 | 0 | 24 | 17 | 6 | 532 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11001011 | 0 | 10100 | 1111 | 110 | 101011010 | 111011 | 1010101 |
Color Harmonies of #EFC0CB
Complementary color
Monochromatic Colors of #EFC0CB
Black with #EFC0CB
Text Example
Text Example
White with #EFC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0CB; }
p { color: rgb(239,192,203); }
H1.HeaderClassName
{
color: #EFC0CB;
}
.AnyTagClassName
{
color: #EFC0CB;
}
</style>
background-color css
<style>
a { background-color: #EFC0CB; }
a { background-color: rgb(239,192,203); }
div.DivClassName
{
background-color: #EFC0CB;
}
.BgClassName
{
background-color: #EFC0CB;
}
</style>
border-color css
<style>
span { border-color: #EFC0CB; }
span { border-color: rgb(239,192,203); }
td.TdClassName
{
border-color: #EFC0CB;
}
.TagClassName
{
border-color: #EFC0CB;
}
</style>