Shades of Chantilly #EDC1CF
Tints of Chantilly #EDC1CF
RGB
CMYK
RGB Variations
Color information
#EDC1CF (or 0xEDC1CF) is known color: Chantilly. HEX triplet: ED, C1 and CF. RGB value is (237,193,207). Sum of RGB (Red+Green+Blue) = 237+193+207=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1CF is #123E30. Grayscale: #CFCFCF. Windows color (decimal): -1195569 or 13615597. OLE color: 13615597.
HSL color Cylindrical-coordinate representation of color #EDC1CF: hue angle of 340.91º degrees, saturation: 0.55, 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 #EDC1CF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 207 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.07 |
| HSL | 340.91º | 0.55% | 0.84% | - |
| HSV(B) | 340.91º | 0.19% | 0.93% | - |
| XYZ | 65.26 | 60.65 | 67.3 | - |
| YUV | 207.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 207 | 0 | 0.19 | 0.13 | 0.07 | 340.91 | 0.55 | 0.84 |
| Hex | ED | C1 | CF | 0 | 13 | D | 7 | 155 | 37 | 54 |
| Octal | 355 | 301 | 317 | 0 | 23 | 15 | 7 | 525 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11001111 | 0 | 10011 | 1101 | 111 | 101010101 | 110111 | 1010100 |
Color Harmonies of #EDC1CF
Complementary color
Monochromatic Colors of #EDC1CF
Black with #EDC1CF
Text Example
Text Example
White with #EDC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1CF; }
p { color: rgb(237,193,207); }
H1.HeaderClassName
{
color: #EDC1CF;
}
.AnyTagClassName
{
color: #EDC1CF;
}
</style>
background-color css
<style>
a { background-color: #EDC1CF; }
a { background-color: rgb(237,193,207); }
div.DivClassName
{
background-color: #EDC1CF;
}
.BgClassName
{
background-color: #EDC1CF;
}
</style>
border-color css
<style>
span { border-color: #EDC1CF; }
span { border-color: rgb(237,193,207); }
td.TdClassName
{
border-color: #EDC1CF;
}
.TagClassName
{
border-color: #EDC1CF;
}
</style>