Shades of Chantilly #EFBBD1
Tints of Chantilly #EFBBD1
RGB
CMYK
RGB Variations
Color information
#EFBBD1 (or 0xEFBBD1) is known color: Chantilly. HEX triplet: EF, BB and D1. RGB value is (239,187,209). Sum of RGB (Red+Green+Blue) = 239+187+209=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD1 is #10442E. Grayscale: #CDCDCD. Windows color (decimal): -1066031 or 13745135. OLE color: 13745135.
HSL color Cylindrical-coordinate representation of color #EFBBD1: hue angle of 334.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBD1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 209 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.06 |
| HSL | 334.62º | 0.62% | 0.84% | - |
| HSV(B) | 334.62º | 0.22% | 0.94% | - |
| XYZ | 64.88 | 58.49 | 68.19 | - |
| YUV | 205.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 209 | 0 | 0.22 | 0.13 | 0.06 | 334.62 | 0.62 | 0.84 |
| Hex | EF | BB | D1 | 0 | 16 | D | 6 | 14F | 3E | 54 |
| Octal | 357 | 273 | 321 | 0 | 26 | 15 | 6 | 517 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11010001 | 0 | 10110 | 1101 | 110 | 101001111 | 111110 | 1010100 |
Color Harmonies of #EFBBD1
Complementary color
Monochromatic Colors of #EFBBD1
Black with #EFBBD1
Text Example
Text Example
White with #EFBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBD1; }
p { color: rgb(239,187,209); }
H1.HeaderClassName
{
color: #EFBBD1;
}
.AnyTagClassName
{
color: #EFBBD1;
}
</style>
background-color css
<style>
a { background-color: #EFBBD1; }
a { background-color: rgb(239,187,209); }
div.DivClassName
{
background-color: #EFBBD1;
}
.BgClassName
{
background-color: #EFBBD1;
}
</style>
border-color css
<style>
span { border-color: #EFBBD1; }
span { border-color: rgb(239,187,209); }
td.TdClassName
{
border-color: #EFBBD1;
}
.TagClassName
{
border-color: #EFBBD1;
}
</style>