Shades of Chantilly #EFBBC7
Tints of Chantilly #EFBBC7
RGB
CMYK
RGB Variations
Color information
#EFBBC7 (or 0xEFBBC7) is known color: Chantilly. HEX triplet: EF, BB and C7. RGB value is (239,187,199). Sum of RGB (Red+Green+Blue) = 239+187+199=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC7 is #104438. Grayscale: #CBCBCB. Windows color (decimal): -1066041 or 13089775. OLE color: 13089775.
HSL color Cylindrical-coordinate representation of color #EFBBC7: hue angle of 346.15º 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 #EFBBC7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 199 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.06 |
| HSL | 346.15º | 0.62% | 0.84% | - |
| HSV(B) | 346.15º | 0.22% | 0.94% | - |
| XYZ | 63.68 | 58.01 | 61.87 | - |
| YUV | 203.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 199 | 0 | 0.22 | 0.17 | 0.06 | 346.15 | 0.62 | 0.84 |
| Hex | EF | BB | C7 | 0 | 16 | 11 | 6 | 15A | 3E | 54 |
| Octal | 357 | 273 | 307 | 0 | 26 | 21 | 6 | 532 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11000111 | 0 | 10110 | 10001 | 110 | 101011010 | 111110 | 1010100 |
Color Harmonies of #EFBBC7
Complementary color
Monochromatic Colors of #EFBBC7
Black with #EFBBC7
Text Example
Text Example
White with #EFBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBC7; }
p { color: rgb(239,187,199); }
H1.HeaderClassName
{
color: #EFBBC7;
}
.AnyTagClassName
{
color: #EFBBC7;
}
</style>
background-color css
<style>
a { background-color: #EFBBC7; }
a { background-color: rgb(239,187,199); }
div.DivClassName
{
background-color: #EFBBC7;
}
.BgClassName
{
background-color: #EFBBC7;
}
</style>
border-color css
<style>
span { border-color: #EFBBC7; }
span { border-color: rgb(239,187,199); }
td.TdClassName
{
border-color: #EFBBC7;
}
.TagClassName
{
border-color: #EFBBC7;
}
</style>