Shades of Chantilly #EDC0CD
Tints of Chantilly #EDC0CD
RGB
CMYK
RGB Variations
Color information
#EDC0CD (or 0xEDC0CD) is known color: Chantilly. HEX triplet: ED, C0 and CD. RGB value is (237,192,205). Sum of RGB (Red+Green+Blue) = 237+192+205=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0CD is #123F32. Grayscale: #CECECE. Windows color (decimal): -1195827 or 13484269. OLE color: 13484269.
HSL color Cylindrical-coordinate representation of color #EDC0CD: hue angle of 342.67º 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 #EDC0CD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 205 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 342.67º | 0.56% | 0.84% | - |
| HSV(B) | 342.67º | 0.19% | 0.93% | - |
| XYZ | 64.79 | 60.11 | 65.95 | - |
| YUV | 206.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 205 | 0 | 0.19 | 0.14 | 0.07 | 342.67 | 0.56 | 0.84 |
| Hex | ED | C0 | CD | 0 | 13 | E | 7 | 157 | 38 | 54 |
| Octal | 355 | 300 | 315 | 0 | 23 | 16 | 7 | 527 | 70 | 124 |
| Binary | 11101101 | 11000000 | 11001101 | 0 | 10011 | 1110 | 111 | 101010111 | 111000 | 1010100 |
Color Harmonies of #EDC0CD
Complementary color
Monochromatic Colors of #EDC0CD
Black with #EDC0CD
Text Example
Text Example
White with #EDC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0CD; }
p { color: rgb(237,192,205); }
H1.HeaderClassName
{
color: #EDC0CD;
}
.AnyTagClassName
{
color: #EDC0CD;
}
</style>
background-color css
<style>
a { background-color: #EDC0CD; }
a { background-color: rgb(237,192,205); }
div.DivClassName
{
background-color: #EDC0CD;
}
.BgClassName
{
background-color: #EDC0CD;
}
</style>
border-color css
<style>
span { border-color: #EDC0CD; }
span { border-color: rgb(237,192,205); }
td.TdClassName
{
border-color: #EDC0CD;
}
.TagClassName
{
border-color: #EDC0CD;
}
</style>