Shades of Chantilly #EFB7C7
Tints of Chantilly #EFB7C7
RGB
CMYK
RGB Variations
Color information
#EFB7C7 (or 0xEFB7C7) is known color: Chantilly. HEX triplet: EF, B7 and C7. RGB value is (239,183,199). Sum of RGB (Red+Green+Blue) = 239+183+199=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7C7 is #104838. Grayscale: #C9C9C9. Windows color (decimal): -1067065 or 13088751. OLE color: 13088751.
HSL color Cylindrical-coordinate representation of color #EFB7C7: hue angle of 342.86º 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 #EFB7C7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 199 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.06 |
| HSL | 342.86º | 0.64% | 0.83% | - |
| HSV(B) | 342.86º | 0.23% | 0.94% | - |
| XYZ | 62.84 | 56.34 | 61.6 | - |
| YUV | 201.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 199 | 0 | 0.23 | 0.17 | 0.06 | 342.86 | 0.64 | 0.83 |
| Hex | EF | B7 | C7 | 0 | 17 | 11 | 6 | 157 | 40 | 53 |
| Octal | 357 | 267 | 307 | 0 | 27 | 21 | 6 | 527 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11000111 | 0 | 10111 | 10001 | 110 | 101010111 | 1000000 | 1010011 |
Color Harmonies of #EFB7C7
Complementary color
Monochromatic Colors of #EFB7C7
Black with #EFB7C7
Text Example
Text Example
White with #EFB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7C7; }
p { color: rgb(239,183,199); }
H1.HeaderClassName
{
color: #EFB7C7;
}
.AnyTagClassName
{
color: #EFB7C7;
}
</style>
background-color css
<style>
a { background-color: #EFB7C7; }
a { background-color: rgb(239,183,199); }
div.DivClassName
{
background-color: #EFB7C7;
}
.BgClassName
{
background-color: #EFB7C7;
}
</style>
border-color css
<style>
span { border-color: #EFB7C7; }
span { border-color: rgb(239,183,199); }
td.TdClassName
{
border-color: #EFB7C7;
}
.TagClassName
{
border-color: #EFB7C7;
}
</style>