Shades of Chantilly #EFBCCE
Tints of Chantilly #EFBCCE
RGB
CMYK
RGB Variations
Color information
#EFBCCE (or 0xEFBCCE) is known color: Chantilly. HEX triplet: EF, BC and CE. RGB value is (239,188,206). Sum of RGB (Red+Green+Blue) = 239+188+206=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCCE is #104331. Grayscale: #CDCDCD. Windows color (decimal): -1065778 or 13548783. OLE color: 13548783.
HSL color Cylindrical-coordinate representation of color #EFBCCE: hue angle of 338.82º 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 #EFBCCE is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 206 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.06 |
| HSL | 338.82º | 0.61% | 0.84% | - |
| HSV(B) | 338.82º | 0.21% | 0.94% | - |
| XYZ | 64.72 | 58.77 | 66.33 | - |
| YUV | 205.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 206 | 0 | 0.21 | 0.14 | 0.06 | 338.82 | 0.61 | 0.84 |
| Hex | EF | BC | CE | 0 | 15 | E | 6 | 153 | 3D | 54 |
| Octal | 357 | 274 | 316 | 0 | 25 | 16 | 6 | 523 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11001110 | 0 | 10101 | 1110 | 110 | 101010011 | 111101 | 1010100 |
Color Harmonies of #EFBCCE
Complementary color
Monochromatic Colors of #EFBCCE
Black with #EFBCCE
Text Example
Text Example
White with #EFBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCCE; }
p { color: rgb(239,188,206); }
H1.HeaderClassName
{
color: #EFBCCE;
}
.AnyTagClassName
{
color: #EFBCCE;
}
</style>
background-color css
<style>
a { background-color: #EFBCCE; }
a { background-color: rgb(239,188,206); }
div.DivClassName
{
background-color: #EFBCCE;
}
.BgClassName
{
background-color: #EFBCCE;
}
</style>
border-color css
<style>
span { border-color: #EFBCCE; }
span { border-color: rgb(239,188,206); }
td.TdClassName
{
border-color: #EFBCCE;
}
.TagClassName
{
border-color: #EFBCCE;
}
</style>