Shades of Chantilly #EFB8C7
Tints of Chantilly #EFB8C7
RGB
CMYK
RGB Variations
Color information
#EFB8C7 (or 0xEFB8C7) is known color: Chantilly. HEX triplet: EF, B8 and C7. RGB value is (239,184,199). Sum of RGB (Red+Green+Blue) = 239+184+199=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C7 is #104738. Grayscale: #CACACA. Windows color (decimal): -1066809 or 13089007. OLE color: 13089007.
HSL color Cylindrical-coordinate representation of color #EFB8C7: hue angle of 343.64º 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 #EFB8C7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 199 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.06 |
| HSL | 343.64º | 0.63% | 0.83% | - |
| HSV(B) | 343.64º | 0.23% | 0.94% | - |
| XYZ | 63.05 | 56.76 | 61.66 | - |
| YUV | 202.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 199 | 0 | 0.23 | 0.17 | 0.06 | 343.64 | 0.63 | 0.83 |
| Hex | EF | B8 | C7 | 0 | 17 | 11 | 6 | 158 | 3F | 53 |
| Octal | 357 | 270 | 307 | 0 | 27 | 21 | 6 | 530 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11000111 | 0 | 10111 | 10001 | 110 | 101011000 | 111111 | 1010011 |
Color Harmonies of #EFB8C7
Complementary color
Monochromatic Colors of #EFB8C7
Black with #EFB8C7
Text Example
Text Example
White with #EFB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8C7; }
p { color: rgb(239,184,199); }
H1.HeaderClassName
{
color: #EFB8C7;
}
.AnyTagClassName
{
color: #EFB8C7;
}
</style>
background-color css
<style>
a { background-color: #EFB8C7; }
a { background-color: rgb(239,184,199); }
div.DivClassName
{
background-color: #EFB8C7;
}
.BgClassName
{
background-color: #EFB8C7;
}
</style>
border-color css
<style>
span { border-color: #EFB8C7; }
span { border-color: rgb(239,184,199); }
td.TdClassName
{
border-color: #EFB8C7;
}
.TagClassName
{
border-color: #EFB8C7;
}
</style>