Shades of Chantilly #EDC4CB
Tints of Chantilly #EDC4CB
RGB
CMYK
RGB Variations
Color information
#EDC4CB (or 0xEDC4CB) is known color: Chantilly. HEX triplet: ED, C4 and CB. RGB value is (237,196,203). Sum of RGB (Red+Green+Blue) = 237+196+203=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4CB is #123B34. Grayscale: #D1D1D1. Windows color (decimal): -1194805 or 13354221. OLE color: 13354221.
HSL color Cylindrical-coordinate representation of color #EDC4CB: hue angle of 349.76º 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 #EDC4CB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 203 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.07 |
| HSL | 349.76º | 0.53% | 0.85% | - |
| HSV(B) | 349.76º | 0.17% | 0.93% | - |
| XYZ | 65.44 | 61.8 | 64.98 | - |
| YUV | 209.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 203 | 0 | 0.17 | 0.14 | 0.07 | 349.76 | 0.53 | 0.85 |
| Hex | ED | C4 | CB | 0 | 11 | E | 7 | 15E | 35 | 55 |
| Octal | 355 | 304 | 313 | 0 | 21 | 16 | 7 | 536 | 65 | 125 |
| Binary | 11101101 | 11000100 | 11001011 | 0 | 10001 | 1110 | 111 | 101011110 | 110101 | 1010101 |
Color Harmonies of #EDC4CB
Complementary color
Monochromatic Colors of #EDC4CB
Black with #EDC4CB
Text Example
Text Example
White with #EDC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4CB; }
p { color: rgb(237,196,203); }
H1.HeaderClassName
{
color: #EDC4CB;
}
.AnyTagClassName
{
color: #EDC4CB;
}
</style>
background-color css
<style>
a { background-color: #EDC4CB; }
a { background-color: rgb(237,196,203); }
div.DivClassName
{
background-color: #EDC4CB;
}
.BgClassName
{
background-color: #EDC4CB;
}
</style>
border-color css
<style>
span { border-color: #EDC4CB; }
span { border-color: rgb(237,196,203); }
td.TdClassName
{
border-color: #EDC4CB;
}
.TagClassName
{
border-color: #EDC4CB;
}
</style>