Shades of Chantilly #EFB8C0
Tints of Chantilly #EFB8C0
RGB
CMYK
RGB Variations
Color information
#EFB8C0 (or 0xEFB8C0) is known color: Chantilly. HEX triplet: EF, B8 and C0. RGB value is (239,184,192). Sum of RGB (Red+Green+Blue) = 239+184+192=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C0 is #10473F. Grayscale: #C9C9C9. Windows color (decimal): -1066816 or 12630255. OLE color: 12630255.
HSL color Cylindrical-coordinate representation of color #EFB8C0: hue angle of 351.27º 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 #EFB8C0 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 192 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.06 |
| HSL | 351.27º | 0.63% | 0.83% | - |
| HSV(B) | 351.27º | 0.23% | 0.94% | - |
| XYZ | 62.25 | 56.44 | 57.48 | - |
| YUV | 201.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 192 | 0 | 0.23 | 0.20 | 0.06 | 351.27 | 0.63 | 0.83 |
| Hex | EF | B8 | C0 | 0 | 17 | 14 | 6 | 15F | 3F | 53 |
| Octal | 357 | 270 | 300 | 0 | 27 | 24 | 6 | 537 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11000000 | 0 | 10111 | 10100 | 110 | 101011111 | 111111 | 1010011 |
Color Harmonies of #EFB8C0
Complementary color
Monochromatic Colors of #EFB8C0
Black with #EFB8C0
Text Example
Text Example
White with #EFB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8C0; }
p { color: rgb(239,184,192); }
H1.HeaderClassName
{
color: #EFB8C0;
}
.AnyTagClassName
{
color: #EFB8C0;
}
</style>
background-color css
<style>
a { background-color: #EFB8C0; }
a { background-color: rgb(239,184,192); }
div.DivClassName
{
background-color: #EFB8C0;
}
.BgClassName
{
background-color: #EFB8C0;
}
</style>
border-color css
<style>
span { border-color: #EFB8C0; }
span { border-color: rgb(239,184,192); }
td.TdClassName
{
border-color: #EFB8C0;
}
.TagClassName
{
border-color: #EFB8C0;
}
</style>