Shades of Chantilly #EFBDCB
Tints of Chantilly #EFBDCB
RGB
CMYK
RGB Variations
Color information
#EFBDCB (or 0xEFBDCB) is known color: Chantilly. HEX triplet: EF, BD and CB. RGB value is (239,189,203). Sum of RGB (Red+Green+Blue) = 239+189+203=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCB is #104234. Grayscale: #CDCDCD. Windows color (decimal): -1065525 or 13352431. OLE color: 13352431.
HSL color Cylindrical-coordinate representation of color #EFBDCB: hue angle of 343.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDCB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 203 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.06 |
| HSL | 343.2º | 0.61% | 0.84% | - |
| HSV(B) | 343.2º | 0.21% | 0.94% | - |
| XYZ | 64.57 | 59.06 | 64.5 | - |
| YUV | 205.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 203 | 0 | 0.21 | 0.15 | 0.06 | 343.2 | 0.61 | 0.84 |
| Hex | EF | BD | CB | 0 | 15 | F | 6 | 157 | 3D | 54 |
| Octal | 357 | 275 | 313 | 0 | 25 | 17 | 6 | 527 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11001011 | 0 | 10101 | 1111 | 110 | 101010111 | 111101 | 1010100 |
Color Harmonies of #EFBDCB
Complementary color
Monochromatic Colors of #EFBDCB
Black with #EFBDCB
Text Example
Text Example
White with #EFBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDCB; }
p { color: rgb(239,189,203); }
H1.HeaderClassName
{
color: #EFBDCB;
}
.AnyTagClassName
{
color: #EFBDCB;
}
</style>
background-color css
<style>
a { background-color: #EFBDCB; }
a { background-color: rgb(239,189,203); }
div.DivClassName
{
background-color: #EFBDCB;
}
.BgClassName
{
background-color: #EFBDCB;
}
</style>
border-color css
<style>
span { border-color: #EFBDCB; }
span { border-color: rgb(239,189,203); }
td.TdClassName
{
border-color: #EFBDCB;
}
.TagClassName
{
border-color: #EFBDCB;
}
</style>