Shades of Chantilly #EDC1D1
Tints of Chantilly #EDC1D1
RGB
CMYK
RGB Variations
Color information
#EDC1D1 (or 0xEDC1D1) is known color: Chantilly. HEX triplet: ED, C1 and D1. RGB value is (237,193,209). Sum of RGB (Red+Green+Blue) = 237+193+209=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1D1 is #123E2E. Grayscale: #CFCFCF. Windows color (decimal): -1195567 or 13746669. OLE color: 13746669.
HSL color Cylindrical-coordinate representation of color #EDC1D1: hue angle of 338.18º 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 #EDC1D1 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 209 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.07 |
| HSL | 338.18º | 0.55% | 0.84% | - |
| HSV(B) | 338.18º | 0.19% | 0.93% | - |
| XYZ | 65.5 | 60.75 | 68.59 | - |
| YUV | 207.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 209 | 0 | 0.19 | 0.12 | 0.07 | 338.18 | 0.55 | 0.84 |
| Hex | ED | C1 | D1 | 0 | 13 | C | 7 | 152 | 37 | 54 |
| Octal | 355 | 301 | 321 | 0 | 23 | 14 | 7 | 522 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11010001 | 0 | 10011 | 1100 | 111 | 101010010 | 110111 | 1010100 |
Color Harmonies of #EDC1D1
Complementary color
Monochromatic Colors of #EDC1D1
Black with #EDC1D1
Text Example
Text Example
White with #EDC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1D1; }
p { color: rgb(237,193,209); }
H1.HeaderClassName
{
color: #EDC1D1;
}
.AnyTagClassName
{
color: #EDC1D1;
}
</style>
background-color css
<style>
a { background-color: #EDC1D1; }
a { background-color: rgb(237,193,209); }
div.DivClassName
{
background-color: #EDC1D1;
}
.BgClassName
{
background-color: #EDC1D1;
}
</style>
border-color css
<style>
span { border-color: #EDC1D1; }
span { border-color: rgb(237,193,209); }
td.TdClassName
{
border-color: #EDC1D1;
}
.TagClassName
{
border-color: #EDC1D1;
}
</style>