Shades of Chantilly #EFB9CE
Tints of Chantilly #EFB9CE
RGB
CMYK
RGB Variations
Color information
#EFB9CE (or 0xEFB9CE) is known color: Chantilly. HEX triplet: EF, B9 and CE. RGB value is (239,185,206). Sum of RGB (Red+Green+Blue) = 239+185+206=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CE is #104631. Grayscale: #CBCBCB. Windows color (decimal): -1066546 or 13548015. OLE color: 13548015.
HSL color Cylindrical-coordinate representation of color #EFB9CE: hue angle of 336.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CE is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 206 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.06 |
| HSL | 336.67º | 0.63% | 0.83% | - |
| HSV(B) | 336.67º | 0.23% | 0.94% | - |
| XYZ | 64.09 | 57.5 | 66.11 | - |
| YUV | 203.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 206 | 0 | 0.23 | 0.14 | 0.06 | 336.67 | 0.63 | 0.83 |
| Hex | EF | B9 | CE | 0 | 17 | E | 6 | 151 | 3F | 53 |
| Octal | 357 | 271 | 316 | 0 | 27 | 16 | 6 | 521 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11001110 | 0 | 10111 | 1110 | 110 | 101010001 | 111111 | 1010011 |
Color Harmonies of #EFB9CE
Complementary color
Monochromatic Colors of #EFB9CE
Black with #EFB9CE
Text Example
Text Example
White with #EFB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9CE; }
p { color: rgb(239,185,206); }
H1.HeaderClassName
{
color: #EFB9CE;
}
.AnyTagClassName
{
color: #EFB9CE;
}
</style>
background-color css
<style>
a { background-color: #EFB9CE; }
a { background-color: rgb(239,185,206); }
div.DivClassName
{
background-color: #EFB9CE;
}
.BgClassName
{
background-color: #EFB9CE;
}
</style>
border-color css
<style>
span { border-color: #EFB9CE; }
span { border-color: rgb(239,185,206); }
td.TdClassName
{
border-color: #EFB9CE;
}
.TagClassName
{
border-color: #EFB9CE;
}
</style>