Shades of Chantilly #EDB7CD
Tints of Chantilly #EDB7CD
RGB
CMYK
RGB Variations
Color information
#EDB7CD (or 0xEDB7CD) is known color: Chantilly. HEX triplet: ED, B7 and CD. RGB value is (237,183,205). Sum of RGB (Red+Green+Blue) = 237+183+205=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7CD is #124832. Grayscale: #C9C9C9. Windows color (decimal): -1198131 or 13481965. OLE color: 13481965.
HSL color Cylindrical-coordinate representation of color #EDB7CD: hue angle of 335.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 205 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.07 |
| HSL | 335.56º | 0.6% | 0.82% | - |
| HSV(B) | 335.56º | 0.23% | 0.93% | - |
| XYZ | 62.88 | 56.28 | 65.31 | - |
| YUV | 201.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 205 | 0 | 0.23 | 0.14 | 0.07 | 335.56 | 0.6 | 0.82 |
| Hex | ED | B7 | CD | 0 | 17 | E | 7 | 150 | 3C | 52 |
| Octal | 355 | 267 | 315 | 0 | 27 | 16 | 7 | 520 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11001101 | 0 | 10111 | 1110 | 111 | 101010000 | 111100 | 1010010 |
Color Harmonies of #EDB7CD
Complementary color
Monochromatic Colors of #EDB7CD
Black with #EDB7CD
Text Example
Text Example
White with #EDB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7CD; }
p { color: rgb(237,183,205); }
H1.HeaderClassName
{
color: #EDB7CD;
}
.AnyTagClassName
{
color: #EDB7CD;
}
</style>
background-color css
<style>
a { background-color: #EDB7CD; }
a { background-color: rgb(237,183,205); }
div.DivClassName
{
background-color: #EDB7CD;
}
.BgClassName
{
background-color: #EDB7CD;
}
</style>
border-color css
<style>
span { border-color: #EDB7CD; }
span { border-color: rgb(237,183,205); }
td.TdClassName
{
border-color: #EDB7CD;
}
.TagClassName
{
border-color: #EDB7CD;
}
</style>