Shades of Chantilly #EFB6BF
Tints of Chantilly #EFB6BF
RGB
CMYK
RGB Variations
Color information
#EFB6BF (or 0xEFB6BF) is known color: Chantilly. HEX triplet: EF, B6 and BF. RGB value is (239,182,191). Sum of RGB (Red+Green+Blue) = 239+182+191=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BF is #104940. Grayscale: #C8C8C8. Windows color (decimal): -1067329 or 12564207. OLE color: 12564207.
HSL color Cylindrical-coordinate representation of color #EFB6BF: hue angle of 350.53º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6BF is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 191 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.06 |
| HSL | 350.53º | 0.64% | 0.83% | - |
| HSV(B) | 350.53º | 0.24% | 0.94% | - |
| XYZ | 61.73 | 55.57 | 56.76 | - |
| YUV | 200.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 191 | 0 | 0.24 | 0.20 | 0.06 | 350.53 | 0.64 | 0.83 |
| Hex | EF | B6 | BF | 0 | 18 | 14 | 6 | 15F | 40 | 53 |
| Octal | 357 | 266 | 277 | 0 | 30 | 24 | 6 | 537 | 100 | 123 |
| Binary | 11101111 | 10110110 | 10111111 | 0 | 11000 | 10100 | 110 | 101011111 | 1000000 | 1010011 |
Color Harmonies of #EFB6BF
Complementary color
Monochromatic Colors of #EFB6BF
Black with #EFB6BF
Text Example
Text Example
White with #EFB6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6BF; }
p { color: rgb(239,182,191); }
H1.HeaderClassName
{
color: #EFB6BF;
}
.AnyTagClassName
{
color: #EFB6BF;
}
</style>
background-color css
<style>
a { background-color: #EFB6BF; }
a { background-color: rgb(239,182,191); }
div.DivClassName
{
background-color: #EFB6BF;
}
.BgClassName
{
background-color: #EFB6BF;
}
</style>
border-color css
<style>
span { border-color: #EFB6BF; }
span { border-color: rgb(239,182,191); }
td.TdClassName
{
border-color: #EFB6BF;
}
.TagClassName
{
border-color: #EFB6BF;
}
</style>