Shades of Chantilly #EFBBC8
Tints of Chantilly #EFBBC8
RGB
CMYK
RGB Variations
Color information
#EFBBC8 (or 0xEFBBC8) is known color: Chantilly. HEX triplet: EF, BB and C8. RGB value is (239,187,200). Sum of RGB (Red+Green+Blue) = 239+187+200=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC8 is #104437. Grayscale: #CCCCCC. Windows color (decimal): -1066040 or 13155311. OLE color: 13155311.
HSL color Cylindrical-coordinate representation of color #EFBBC8: hue angle of 345º 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 #EFBBC8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 200 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.06 |
| HSL | 345º | 0.62% | 0.84% | - |
| HSV(B) | 345º | 0.22% | 0.94% | - |
| XYZ | 63.79 | 58.06 | 62.49 | - |
| YUV | 204.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 200 | 0 | 0.22 | 0.16 | 0.06 | 345 | 0.62 | 0.84 |
| Hex | EF | BB | C8 | 0 | 16 | 10 | 6 | 159 | 3E | 54 |
| Octal | 357 | 273 | 310 | 0 | 26 | 20 | 6 | 531 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11001000 | 0 | 10110 | 10000 | 110 | 101011001 | 111110 | 1010100 |
Color Harmonies of #EFBBC8
Complementary color
Monochromatic Colors of #EFBBC8
Black with #EFBBC8
Text Example
Text Example
White with #EFBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBC8; }
p { color: rgb(239,187,200); }
H1.HeaderClassName
{
color: #EFBBC8;
}
.AnyTagClassName
{
color: #EFBBC8;
}
</style>
background-color css
<style>
a { background-color: #EFBBC8; }
a { background-color: rgb(239,187,200); }
div.DivClassName
{
background-color: #EFBBC8;
}
.BgClassName
{
background-color: #EFBBC8;
}
</style>
border-color css
<style>
span { border-color: #EFBBC8; }
span { border-color: rgb(239,187,200); }
td.TdClassName
{
border-color: #EFBBC8;
}
.TagClassName
{
border-color: #EFBBC8;
}
</style>