Shades of Chantilly #EFBBCD
Tints of Chantilly #EFBBCD
RGB
CMYK
RGB Variations
Color information
#EFBBCD (or 0xEFBBCD) is known color: Chantilly. HEX triplet: EF, BB and CD. RGB value is (239,187,205). Sum of RGB (Red+Green+Blue) = 239+187+205=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCD is #104432. Grayscale: #CCCCCC. Windows color (decimal): -1066035 or 13482991. OLE color: 13482991.
HSL color Cylindrical-coordinate representation of color #EFBBCD: hue angle of 339.23º 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 #EFBBCD is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 205 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.06 |
| HSL | 339.23º | 0.62% | 0.84% | - |
| HSV(B) | 339.23º | 0.22% | 0.94% | - |
| XYZ | 64.39 | 58.3 | 65.62 | - |
| YUV | 204.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 205 | 0 | 0.22 | 0.14 | 0.06 | 339.23 | 0.62 | 0.84 |
| Hex | EF | BB | CD | 0 | 16 | E | 6 | 153 | 3E | 54 |
| Octal | 357 | 273 | 315 | 0 | 26 | 16 | 6 | 523 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11001101 | 0 | 10110 | 1110 | 110 | 101010011 | 111110 | 1010100 |
Color Harmonies of #EFBBCD
Complementary color
Monochromatic Colors of #EFBBCD
Black with #EFBBCD
Text Example
Text Example
White with #EFBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBCD; }
p { color: rgb(239,187,205); }
H1.HeaderClassName
{
color: #EFBBCD;
}
.AnyTagClassName
{
color: #EFBBCD;
}
</style>
background-color css
<style>
a { background-color: #EFBBCD; }
a { background-color: rgb(239,187,205); }
div.DivClassName
{
background-color: #EFBBCD;
}
.BgClassName
{
background-color: #EFBBCD;
}
</style>
border-color css
<style>
span { border-color: #EFBBCD; }
span { border-color: rgb(239,187,205); }
td.TdClassName
{
border-color: #EFBBCD;
}
.TagClassName
{
border-color: #EFBBCD;
}
</style>