Shades of Chantilly #EDBAC6
Tints of Chantilly #EDBAC6
RGB
CMYK
RGB Variations
Color information
#EDBAC6 (or 0xEDBAC6) is known color: Chantilly. HEX triplet: ED, BA and C6. RGB value is (237,186,198). Sum of RGB (Red+Green+Blue) = 237+186+198=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC6 is #124539. Grayscale: #CACACA. Windows color (decimal): -1197370 or 13023981. OLE color: 13023981.
HSL color Cylindrical-coordinate representation of color #EDBAC6: hue angle of 345.88º 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 #EDBAC6 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 198 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.07 |
| HSL | 345.88º | 0.59% | 0.83% | - |
| HSV(B) | 345.88º | 0.22% | 0.93% | - |
| XYZ | 62.68 | 57.2 | 61.16 | - |
| YUV | 202.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 198 | 0 | 0.22 | 0.16 | 0.07 | 345.88 | 0.59 | 0.83 |
| Hex | ED | BA | C6 | 0 | 16 | 10 | 7 | 15A | 3B | 53 |
| Octal | 355 | 272 | 306 | 0 | 26 | 20 | 7 | 532 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11000110 | 0 | 10110 | 10000 | 111 | 101011010 | 111011 | 1010011 |
Color Harmonies of #EDBAC6
Complementary color
Monochromatic Colors of #EDBAC6
Black with #EDBAC6
Text Example
Text Example
White with #EDBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAC6; }
p { color: rgb(237,186,198); }
H1.HeaderClassName
{
color: #EDBAC6;
}
.AnyTagClassName
{
color: #EDBAC6;
}
</style>
background-color css
<style>
a { background-color: #EDBAC6; }
a { background-color: rgb(237,186,198); }
div.DivClassName
{
background-color: #EDBAC6;
}
.BgClassName
{
background-color: #EDBAC6;
}
</style>
border-color css
<style>
span { border-color: #EDBAC6; }
span { border-color: rgb(237,186,198); }
td.TdClassName
{
border-color: #EDBAC6;
}
.TagClassName
{
border-color: #EDBAC6;
}
</style>