Shades of Chantilly #EFBFCD
Tints of Chantilly #EFBFCD
RGB
CMYK
RGB Variations
Color information
#EFBFCD (or 0xEFBFCD) is known color: Chantilly. HEX triplet: EF, BF and CD. RGB value is (239,191,205). Sum of RGB (Red+Green+Blue) = 239+191+205=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCD is #104032. Grayscale: #CECECE. Windows color (decimal): -1065011 or 13484015. OLE color: 13484015.
HSL color Cylindrical-coordinate representation of color #EFBFCD: hue angle of 342.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFCD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 205 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.06 |
| HSL | 342.5º | 0.6% | 0.84% | - |
| HSV(B) | 342.5º | 0.2% | 0.94% | - |
| XYZ | 65.25 | 60.02 | 65.9 | - |
| YUV | 206.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 205 | 0 | 0.20 | 0.14 | 0.06 | 342.5 | 0.6 | 0.84 |
| Hex | EF | BF | CD | 0 | 14 | E | 6 | 156 | 3C | 54 |
| Octal | 357 | 277 | 315 | 0 | 24 | 16 | 6 | 526 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11001101 | 0 | 10100 | 1110 | 110 | 101010110 | 111100 | 1010100 |
Color Harmonies of #EFBFCD
Complementary color
Monochromatic Colors of #EFBFCD
Black with #EFBFCD
Text Example
Text Example
White with #EFBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFCD; }
p { color: rgb(239,191,205); }
H1.HeaderClassName
{
color: #EFBFCD;
}
.AnyTagClassName
{
color: #EFBFCD;
}
</style>
background-color css
<style>
a { background-color: #EFBFCD; }
a { background-color: rgb(239,191,205); }
div.DivClassName
{
background-color: #EFBFCD;
}
.BgClassName
{
background-color: #EFBFCD;
}
</style>
border-color css
<style>
span { border-color: #EFBFCD; }
span { border-color: rgb(239,191,205); }
td.TdClassName
{
border-color: #EFBFCD;
}
.TagClassName
{
border-color: #EFBFCD;
}
</style>