Shades of Chantilly #EDC4CE
Tints of Chantilly #EDC4CE
RGB
CMYK
RGB Variations
Color information
#EDC4CE (or 0xEDC4CE) is known color: Chantilly. HEX triplet: ED, C4 and CE. RGB value is (237,196,206). Sum of RGB (Red+Green+Blue) = 237+196+206=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4CE is #123B31. Grayscale: #D1D1D1. Windows color (decimal): -1194802 or 13550829. OLE color: 13550829.
HSL color Cylindrical-coordinate representation of color #EDC4CE: hue angle of 345.37º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC4CE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 206 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.07 |
| HSL | 345.37º | 0.53% | 0.85% | - |
| HSV(B) | 345.37º | 0.17% | 0.93% | - |
| XYZ | 65.81 | 61.94 | 66.88 | - |
| YUV | 209.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 206 | 0 | 0.17 | 0.13 | 0.07 | 345.37 | 0.53 | 0.85 |
| Hex | ED | C4 | CE | 0 | 11 | D | 7 | 159 | 35 | 55 |
| Octal | 355 | 304 | 316 | 0 | 21 | 15 | 7 | 531 | 65 | 125 |
| Binary | 11101101 | 11000100 | 11001110 | 0 | 10001 | 1101 | 111 | 101011001 | 110101 | 1010101 |
Color Harmonies of #EDC4CE
Complementary color
Monochromatic Colors of #EDC4CE
Black with #EDC4CE
Text Example
Text Example
White with #EDC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4CE; }
p { color: rgb(237,196,206); }
H1.HeaderClassName
{
color: #EDC4CE;
}
.AnyTagClassName
{
color: #EDC4CE;
}
</style>
background-color css
<style>
a { background-color: #EDC4CE; }
a { background-color: rgb(237,196,206); }
div.DivClassName
{
background-color: #EDC4CE;
}
.BgClassName
{
background-color: #EDC4CE;
}
</style>
border-color css
<style>
span { border-color: #EDC4CE; }
span { border-color: rgb(237,196,206); }
td.TdClassName
{
border-color: #EDC4CE;
}
.TagClassName
{
border-color: #EDC4CE;
}
</style>