Shades of Chantilly #EDBAC9
Tints of Chantilly #EDBAC9
RGB
CMYK
RGB Variations
Color information
#EDBAC9 (or 0xEDBAC9) is known color: Chantilly. HEX triplet: ED, BA and C9. RGB value is (237,186,201). Sum of RGB (Red+Green+Blue) = 237+186+201=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC9 is #124536. Grayscale: #CACACA. Windows color (decimal): -1197367 or 13220589. OLE color: 13220589.
HSL color Cylindrical-coordinate representation of color #EDBAC9: hue angle of 342.35º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAC9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 201 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.07 |
| HSL | 342.35º | 0.59% | 0.83% | - |
| HSV(B) | 342.35º | 0.22% | 0.93% | - |
| XYZ | 63.03 | 57.34 | 63 | - |
| YUV | 202.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 201 | 0 | 0.22 | 0.15 | 0.07 | 342.35 | 0.59 | 0.83 |
| Hex | ED | BA | C9 | 0 | 16 | F | 7 | 156 | 3B | 53 |
| Octal | 355 | 272 | 311 | 0 | 26 | 17 | 7 | 526 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11001001 | 0 | 10110 | 1111 | 111 | 101010110 | 111011 | 1010011 |
Color Harmonies of #EDBAC9
Complementary color
Monochromatic Colors of #EDBAC9
Black with #EDBAC9
Text Example
Text Example
White with #EDBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAC9; }
p { color: rgb(237,186,201); }
H1.HeaderClassName
{
color: #EDBAC9;
}
.AnyTagClassName
{
color: #EDBAC9;
}
</style>
background-color css
<style>
a { background-color: #EDBAC9; }
a { background-color: rgb(237,186,201); }
div.DivClassName
{
background-color: #EDBAC9;
}
.BgClassName
{
background-color: #EDBAC9;
}
</style>
border-color css
<style>
span { border-color: #EDBAC9; }
span { border-color: rgb(237,186,201); }
td.TdClassName
{
border-color: #EDBAC9;
}
.TagClassName
{
border-color: #EDBAC9;
}
</style>