Shades of Chantilly #EFBBC9
Tints of Chantilly #EFBBC9
RGB
CMYK
RGB Variations
Color information
#EFBBC9 (or 0xEFBBC9) is known color: Chantilly. HEX triplet: EF, BB and C9. RGB value is (239,187,201). Sum of RGB (Red+Green+Blue) = 239+187+201=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC9 is #104436. Grayscale: #CCCCCC. Windows color (decimal): -1066039 or 13220847. OLE color: 13220847.
HSL color Cylindrical-coordinate representation of color #EFBBC9: hue angle of 343.85º 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 #EFBBC9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 201 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.06 |
| HSL | 343.85º | 0.62% | 0.84% | - |
| HSV(B) | 343.85º | 0.22% | 0.94% | - |
| XYZ | 63.91 | 58.11 | 63.11 | - |
| YUV | 204.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 201 | 0 | 0.22 | 0.16 | 0.06 | 343.85 | 0.62 | 0.84 |
| Hex | EF | BB | C9 | 0 | 16 | 10 | 6 | 158 | 3E | 54 |
| Octal | 357 | 273 | 311 | 0 | 26 | 20 | 6 | 530 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11001001 | 0 | 10110 | 10000 | 110 | 101011000 | 111110 | 1010100 |
Color Harmonies of #EFBBC9
Complementary color
Monochromatic Colors of #EFBBC9
Black with #EFBBC9
Text Example
Text Example
White with #EFBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBC9; }
p { color: rgb(239,187,201); }
H1.HeaderClassName
{
color: #EFBBC9;
}
.AnyTagClassName
{
color: #EFBBC9;
}
</style>
background-color css
<style>
a { background-color: #EFBBC9; }
a { background-color: rgb(239,187,201); }
div.DivClassName
{
background-color: #EFBBC9;
}
.BgClassName
{
background-color: #EFBBC9;
}
</style>
border-color css
<style>
span { border-color: #EFBBC9; }
span { border-color: rgb(239,187,201); }
td.TdClassName
{
border-color: #EFBBC9;
}
.TagClassName
{
border-color: #EFBBC9;
}
</style>