Shades of Chantilly #EDC0CA
Tints of Chantilly #EDC0CA
RGB
CMYK
RGB Variations
Color information
#EDC0CA (or 0xEDC0CA) is known color: Chantilly. HEX triplet: ED, C0 and CA. RGB value is (237,192,202). Sum of RGB (Red+Green+Blue) = 237+192+202=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0CA is #123F35. Grayscale: #CECECE. Windows color (decimal): -1195830 or 13287661. OLE color: 13287661.
HSL color Cylindrical-coordinate representation of color #EDC0CA: hue angle of 346.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 #EDC0CA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 202 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.07 |
| HSL | 346.67º | 0.56% | 0.84% | - |
| HSV(B) | 346.67º | 0.19% | 0.93% | - |
| XYZ | 64.44 | 59.97 | 64.06 | - |
| YUV | 206.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 202 | 0 | 0.19 | 0.15 | 0.07 | 346.67 | 0.56 | 0.84 |
| Hex | ED | C0 | CA | 0 | 13 | F | 7 | 15B | 38 | 54 |
| Octal | 355 | 300 | 312 | 0 | 23 | 17 | 7 | 533 | 70 | 124 |
| Binary | 11101101 | 11000000 | 11001010 | 0 | 10011 | 1111 | 111 | 101011011 | 111000 | 1010100 |
Color Harmonies of #EDC0CA
Complementary color
Monochromatic Colors of #EDC0CA
Black with #EDC0CA
Text Example
Text Example
White with #EDC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0CA; }
p { color: rgb(237,192,202); }
H1.HeaderClassName
{
color: #EDC0CA;
}
.AnyTagClassName
{
color: #EDC0CA;
}
</style>
background-color css
<style>
a { background-color: #EDC0CA; }
a { background-color: rgb(237,192,202); }
div.DivClassName
{
background-color: #EDC0CA;
}
.BgClassName
{
background-color: #EDC0CA;
}
</style>
border-color css
<style>
span { border-color: #EDC0CA; }
span { border-color: rgb(237,192,202); }
td.TdClassName
{
border-color: #EDC0CA;
}
.TagClassName
{
border-color: #EDC0CA;
}
</style>