Shades of Chantilly #EFBACC
Tints of Chantilly #EFBACC
RGB
CMYK
RGB Variations
Color information
#EFBACC (or 0xEFBACC) is known color: Chantilly. HEX triplet: EF, BA and CC. RGB value is (239,186,204). Sum of RGB (Red+Green+Blue) = 239+186+204=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBACC is #104533. Grayscale: #CBCBCB. Windows color (decimal): -1066292 or 13417199. OLE color: 13417199.
HSL color Cylindrical-coordinate representation of color #EFBACC: hue angle of 339.62º 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 #EFBACC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 204 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.06 |
| HSL | 339.62º | 0.62% | 0.83% | - |
| HSV(B) | 339.62º | 0.22% | 0.94% | - |
| XYZ | 64.05 | 57.83 | 64.91 | - |
| YUV | 203.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 204 | 0 | 0.22 | 0.15 | 0.06 | 339.62 | 0.62 | 0.83 |
| Hex | EF | BA | CC | 0 | 16 | F | 6 | 154 | 3E | 53 |
| Octal | 357 | 272 | 314 | 0 | 26 | 17 | 6 | 524 | 76 | 123 |
| Binary | 11101111 | 10111010 | 11001100 | 0 | 10110 | 1111 | 110 | 101010100 | 111110 | 1010011 |
Color Harmonies of #EFBACC
Complementary color
Monochromatic Colors of #EFBACC
Black with #EFBACC
Text Example
Text Example
White with #EFBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBACC; }
p { color: rgb(239,186,204); }
H1.HeaderClassName
{
color: #EFBACC;
}
.AnyTagClassName
{
color: #EFBACC;
}
</style>
background-color css
<style>
a { background-color: #EFBACC; }
a { background-color: rgb(239,186,204); }
div.DivClassName
{
background-color: #EFBACC;
}
.BgClassName
{
background-color: #EFBACC;
}
</style>
border-color css
<style>
span { border-color: #EFBACC; }
span { border-color: rgb(239,186,204); }
td.TdClassName
{
border-color: #EFBACC;
}
.TagClassName
{
border-color: #EFBACC;
}
</style>