Shades of Chantilly #EFB7CC
Tints of Chantilly #EFB7CC
RGB
CMYK
RGB Variations
Color information
#EFB7CC (or 0xEFB7CC) is known color: Chantilly. HEX triplet: EF, B7 and CC. RGB value is (239,183,204). Sum of RGB (Red+Green+Blue) = 239+183+204=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7CC is #104833. Grayscale: #CACACA. Windows color (decimal): -1067060 or 13416431. OLE color: 13416431.
HSL color Cylindrical-coordinate representation of color #EFB7CC: hue angle of 337.5º 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 #EFB7CC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 204 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 337.5º | 0.64% | 0.83% | - |
| HSV(B) | 337.5º | 0.23% | 0.94% | - |
| XYZ | 63.43 | 56.58 | 64.7 | - |
| YUV | 202.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 204 | 0 | 0.23 | 0.15 | 0.06 | 337.5 | 0.64 | 0.83 |
| Hex | EF | B7 | CC | 0 | 17 | F | 6 | 152 | 40 | 53 |
| Octal | 357 | 267 | 314 | 0 | 27 | 17 | 6 | 522 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11001100 | 0 | 10111 | 1111 | 110 | 101010010 | 1000000 | 1010011 |
Color Harmonies of #EFB7CC
Complementary color
Monochromatic Colors of #EFB7CC
Black with #EFB7CC
Text Example
Text Example
White with #EFB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7CC; }
p { color: rgb(239,183,204); }
H1.HeaderClassName
{
color: #EFB7CC;
}
.AnyTagClassName
{
color: #EFB7CC;
}
</style>
background-color css
<style>
a { background-color: #EFB7CC; }
a { background-color: rgb(239,183,204); }
div.DivClassName
{
background-color: #EFB7CC;
}
.BgClassName
{
background-color: #EFB7CC;
}
</style>
border-color css
<style>
span { border-color: #EFB7CC; }
span { border-color: rgb(239,183,204); }
td.TdClassName
{
border-color: #EFB7CC;
}
.TagClassName
{
border-color: #EFB7CC;
}
</style>