Shades of Chantilly #EDC0CF
Tints of Chantilly #EDC0CF
RGB
CMYK
RGB Variations
Color information
#EDC0CF (or 0xEDC0CF) is known color: Chantilly. HEX triplet: ED, C0 and CF. RGB value is (237,192,207). Sum of RGB (Red+Green+Blue) = 237+192+207=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0CF is #123F30. Grayscale: #CFCFCF. Windows color (decimal): -1195825 or 13615341. OLE color: 13615341.
HSL color Cylindrical-coordinate representation of color #EDC0CF: hue angle of 340º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC0CF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 207 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.07 |
| HSL | 340º | 0.56% | 0.84% | - |
| HSV(B) | 340º | 0.19% | 0.93% | - |
| XYZ | 65.04 | 60.21 | 67.23 | - |
| YUV | 207.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 207 | 0 | 0.19 | 0.13 | 0.07 | 340 | 0.56 | 0.84 |
| Hex | ED | C0 | CF | 0 | 13 | D | 7 | 154 | 38 | 54 |
| Octal | 355 | 300 | 317 | 0 | 23 | 15 | 7 | 524 | 70 | 124 |
| Binary | 11101101 | 11000000 | 11001111 | 0 | 10011 | 1101 | 111 | 101010100 | 111000 | 1010100 |
Color Harmonies of #EDC0CF
Complementary color
Monochromatic Colors of #EDC0CF
Black with #EDC0CF
Text Example
Text Example
White with #EDC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0CF; }
p { color: rgb(237,192,207); }
H1.HeaderClassName
{
color: #EDC0CF;
}
.AnyTagClassName
{
color: #EDC0CF;
}
</style>
background-color css
<style>
a { background-color: #EDC0CF; }
a { background-color: rgb(237,192,207); }
div.DivClassName
{
background-color: #EDC0CF;
}
.BgClassName
{
background-color: #EDC0CF;
}
</style>
border-color css
<style>
span { border-color: #EDC0CF; }
span { border-color: rgb(237,192,207); }
td.TdClassName
{
border-color: #EDC0CF;
}
.TagClassName
{
border-color: #EDC0CF;
}
</style>