Shades of Chantilly #EFBDC8
Tints of Chantilly #EFBDC8
RGB
CMYK
RGB Variations
Color information
#EFBDC8 (or 0xEFBDC8) is known color: Chantilly. HEX triplet: EF, BD and C8. RGB value is (239,189,200). Sum of RGB (Red+Green+Blue) = 239+189+200=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC8 is #104237. Grayscale: #CDCDCD. Windows color (decimal): -1065528 or 13155823. OLE color: 13155823.
HSL color Cylindrical-coordinate representation of color #EFBDC8: hue angle of 346.8º 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 #EFBDC8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 200 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.06 |
| HSL | 346.8º | 0.61% | 0.84% | - |
| HSV(B) | 346.8º | 0.21% | 0.94% | - |
| XYZ | 64.22 | 58.92 | 62.63 | - |
| YUV | 205.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 200 | 0 | 0.21 | 0.16 | 0.06 | 346.8 | 0.61 | 0.84 |
| Hex | EF | BD | C8 | 0 | 15 | 10 | 6 | 15B | 3D | 54 |
| Octal | 357 | 275 | 310 | 0 | 25 | 20 | 6 | 533 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11001000 | 0 | 10101 | 10000 | 110 | 101011011 | 111101 | 1010100 |
Color Harmonies of #EFBDC8
Complementary color
Monochromatic Colors of #EFBDC8
Black with #EFBDC8
Text Example
Text Example
White with #EFBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDC8; }
p { color: rgb(239,189,200); }
H1.HeaderClassName
{
color: #EFBDC8;
}
.AnyTagClassName
{
color: #EFBDC8;
}
</style>
background-color css
<style>
a { background-color: #EFBDC8; }
a { background-color: rgb(239,189,200); }
div.DivClassName
{
background-color: #EFBDC8;
}
.BgClassName
{
background-color: #EFBDC8;
}
</style>
border-color css
<style>
span { border-color: #EFBDC8; }
span { border-color: rgb(239,189,200); }
td.TdClassName
{
border-color: #EFBDC8;
}
.TagClassName
{
border-color: #EFBDC8;
}
</style>