Shades of Chantilly #EFBDC6
Tints of Chantilly #EFBDC6
RGB
CMYK
RGB Variations
Color information
#EFBDC6 (or 0xEFBDC6) is known color: Chantilly. HEX triplet: EF, BD and C6. RGB value is (239,189,198). Sum of RGB (Red+Green+Blue) = 239+189+198=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC6 is #104239. Grayscale: #CCCCCC. Windows color (decimal): -1065530 or 13024751. OLE color: 13024751.
HSL color Cylindrical-coordinate representation of color #EFBDC6: hue angle of 349.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 #EFBDC6 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 198 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.06 |
| HSL | 349.2º | 0.61% | 0.84% | - |
| HSV(B) | 349.2º | 0.21% | 0.94% | - |
| XYZ | 63.99 | 58.82 | 61.41 | - |
| YUV | 204.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 198 | 0 | 0.21 | 0.17 | 0.06 | 349.2 | 0.61 | 0.84 |
| Hex | EF | BD | C6 | 0 | 15 | 11 | 6 | 15D | 3D | 54 |
| Octal | 357 | 275 | 306 | 0 | 25 | 21 | 6 | 535 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11000110 | 0 | 10101 | 10001 | 110 | 101011101 | 111101 | 1010100 |
Color Harmonies of #EFBDC6
Complementary color
Monochromatic Colors of #EFBDC6
Black with #EFBDC6
Text Example
Text Example
White with #EFBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC6; }
p { color: rgb(239,189,198); }
H1.HeaderClassName
{
color: #EFBDC6;
}
.AnyTagClassName
{
color: #EFBDC6;
}
</style>
background-color css
<style>
a { background-color: #EFBDC6; }
a { background-color: rgb(239,189,198); }
div.DivClassName
{
background-color: #EFBDC6;
}
.BgClassName
{
background-color: #EFBDC6;
}
</style>
border-color css
<style>
span { border-color: #EFBDC6; }
span { border-color: rgb(239,189,198); }
td.TdClassName
{
border-color: #EFBDC6;
}
.TagClassName
{
border-color: #EFBDC6;
}
</style>