Shades of Chantilly #EFBACA
Tints of Chantilly #EFBACA
RGB
CMYK
RGB Variations
Color information
#EFBACA (or 0xEFBACA) is known color: Chantilly. HEX triplet: EF, BA and CA. RGB value is (239,186,202). Sum of RGB (Red+Green+Blue) = 239+186+202=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBACA is #104535. Grayscale: #CBCBCB. Windows color (decimal): -1066294 or 13286127. OLE color: 13286127.
HSL color Cylindrical-coordinate representation of color #EFBACA: hue angle of 341.89º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBACA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 202 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.06 |
| HSL | 341.89º | 0.62% | 0.83% | - |
| HSV(B) | 341.89º | 0.22% | 0.94% | - |
| XYZ | 63.82 | 57.73 | 63.66 | - |
| YUV | 203.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 202 | 0 | 0.22 | 0.15 | 0.06 | 341.89 | 0.62 | 0.83 |
| Hex | EF | BA | CA | 0 | 16 | F | 6 | 156 | 3E | 53 |
| Octal | 357 | 272 | 312 | 0 | 26 | 17 | 6 | 526 | 76 | 123 |
| Binary | 11101111 | 10111010 | 11001010 | 0 | 10110 | 1111 | 110 | 101010110 | 111110 | 1010011 |
Color Harmonies of #EFBACA
Complementary color
Monochromatic Colors of #EFBACA
Black with #EFBACA
Text Example
Text Example
White with #EFBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBACA; }
p { color: rgb(239,186,202); }
H1.HeaderClassName
{
color: #EFBACA;
}
.AnyTagClassName
{
color: #EFBACA;
}
</style>
background-color css
<style>
a { background-color: #EFBACA; }
a { background-color: rgb(239,186,202); }
div.DivClassName
{
background-color: #EFBACA;
}
.BgClassName
{
background-color: #EFBACA;
}
</style>
border-color css
<style>
span { border-color: #EFBACA; }
span { border-color: rgb(239,186,202); }
td.TdClassName
{
border-color: #EFBACA;
}
.TagClassName
{
border-color: #EFBACA;
}
</style>