Shades of Chantilly #EDBACE
Tints of Chantilly #EDBACE
RGB
CMYK
RGB Variations
Color information
#EDBACE (or 0xEDBACE) is known color: Chantilly. HEX triplet: ED, BA and CE. RGB value is (237,186,206). Sum of RGB (Red+Green+Blue) = 237+186+206=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACE is #124531. Grayscale: #CBCBCB. Windows color (decimal): -1197362 or 13548269. OLE color: 13548269.
HSL color Cylindrical-coordinate representation of color #EDBACE: hue angle of 336.47º 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 #EDBACE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 206 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.07 |
| HSL | 336.47º | 0.59% | 0.83% | - |
| HSV(B) | 336.47º | 0.22% | 0.93% | - |
| XYZ | 63.62 | 57.58 | 66.15 | - |
| YUV | 203.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 206 | 0 | 0.22 | 0.13 | 0.07 | 336.47 | 0.59 | 0.83 |
| Hex | ED | BA | CE | 0 | 16 | D | 7 | 150 | 3B | 53 |
| Octal | 355 | 272 | 316 | 0 | 26 | 15 | 7 | 520 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11001110 | 0 | 10110 | 1101 | 111 | 101010000 | 111011 | 1010011 |
Color Harmonies of #EDBACE
Complementary color
Monochromatic Colors of #EDBACE
Black with #EDBACE
Text Example
Text Example
White with #EDBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBACE; }
p { color: rgb(237,186,206); }
H1.HeaderClassName
{
color: #EDBACE;
}
.AnyTagClassName
{
color: #EDBACE;
}
</style>
background-color css
<style>
a { background-color: #EDBACE; }
a { background-color: rgb(237,186,206); }
div.DivClassName
{
background-color: #EDBACE;
}
.BgClassName
{
background-color: #EDBACE;
}
</style>
border-color css
<style>
span { border-color: #EDBACE; }
span { border-color: rgb(237,186,206); }
td.TdClassName
{
border-color: #EDBACE;
}
.TagClassName
{
border-color: #EDBACE;
}
</style>