Shades of Chantilly #EFB7C1
Tints of Chantilly #EFB7C1
RGB
CMYK
RGB Variations
Color information
#EFB7C1 (or 0xEFB7C1) is known color: Chantilly. HEX triplet: EF, B7 and C1. RGB value is (239,183,193). Sum of RGB (Red+Green+Blue) = 239+183+193=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7C1 is #10483E. Grayscale: #C8C8C8. Windows color (decimal): -1067071 or 12695535. OLE color: 12695535.
HSL color Cylindrical-coordinate representation of color #EFB7C1: hue angle of 349.29º degrees, saturation: 0.64, 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 #EFB7C1 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 193 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.06 |
| HSL | 349.29º | 0.64% | 0.83% | - |
| HSV(B) | 349.29º | 0.23% | 0.94% | - |
| XYZ | 62.16 | 56.07 | 58 | - |
| YUV | 200.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 193 | 0 | 0.23 | 0.19 | 0.06 | 349.29 | 0.64 | 0.83 |
| Hex | EF | B7 | C1 | 0 | 17 | 13 | 6 | 15D | 40 | 53 |
| Octal | 357 | 267 | 301 | 0 | 27 | 23 | 6 | 535 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11000001 | 0 | 10111 | 10011 | 110 | 101011101 | 1000000 | 1010011 |
Color Harmonies of #EFB7C1
Complementary color
Monochromatic Colors of #EFB7C1
Black with #EFB7C1
Text Example
Text Example
White with #EFB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7C1; }
p { color: rgb(239,183,193); }
H1.HeaderClassName
{
color: #EFB7C1;
}
.AnyTagClassName
{
color: #EFB7C1;
}
</style>
background-color css
<style>
a { background-color: #EFB7C1; }
a { background-color: rgb(239,183,193); }
div.DivClassName
{
background-color: #EFB7C1;
}
.BgClassName
{
background-color: #EFB7C1;
}
</style>
border-color css
<style>
span { border-color: #EFB7C1; }
span { border-color: rgb(239,183,193); }
td.TdClassName
{
border-color: #EFB7C1;
}
.TagClassName
{
border-color: #EFB7C1;
}
</style>