Shades of Chantilly #EFB5C0
Tints of Chantilly #EFB5C0
RGB
CMYK
RGB Variations
Color information
#EFB5C0 (or 0xEFB5C0) is known color: Chantilly. HEX triplet: EF, B5 and C0. RGB value is (239,181,192). Sum of RGB (Red+Green+Blue) = 239+181+192=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5C0 is #104A3F. Grayscale: #C7C7C7. Windows color (decimal): -1067584 or 12629487. OLE color: 12629487.
HSL color Cylindrical-coordinate representation of color #EFB5C0: hue angle of 348.62º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5C0 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 192 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.06 |
| HSL | 348.62º | 0.64% | 0.82% | - |
| HSV(B) | 348.62º | 0.24% | 0.94% | - |
| XYZ | 61.63 | 55.2 | 57.28 | - |
| YUV | 199.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 192 | 0 | 0.24 | 0.20 | 0.06 | 348.62 | 0.64 | 0.82 |
| Hex | EF | B5 | C0 | 0 | 18 | 14 | 6 | 15D | 40 | 52 |
| Octal | 357 | 265 | 300 | 0 | 30 | 24 | 6 | 535 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11000000 | 0 | 11000 | 10100 | 110 | 101011101 | 1000000 | 1010010 |
Color Harmonies of #EFB5C0
Complementary color
Monochromatic Colors of #EFB5C0
Black with #EFB5C0
Text Example
Text Example
White with #EFB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5C0; }
p { color: rgb(239,181,192); }
H1.HeaderClassName
{
color: #EFB5C0;
}
.AnyTagClassName
{
color: #EFB5C0;
}
</style>
background-color css
<style>
a { background-color: #EFB5C0; }
a { background-color: rgb(239,181,192); }
div.DivClassName
{
background-color: #EFB5C0;
}
.BgClassName
{
background-color: #EFB5C0;
}
</style>
border-color css
<style>
span { border-color: #EFB5C0; }
span { border-color: rgb(239,181,192); }
td.TdClassName
{
border-color: #EFB5C0;
}
.TagClassName
{
border-color: #EFB5C0;
}
</style>