Shades of Chantilly #EDBAD1
Tints of Chantilly #EDBAD1
RGB
CMYK
RGB Variations
Color information
#EDBAD1 (or 0xEDBAD1) is known color: Chantilly. HEX triplet: ED, BA and D1. RGB value is (237,186,209). Sum of RGB (Red+Green+Blue) = 237+186+209=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD1 is #12452E. Grayscale: #CBCBCB. Windows color (decimal): -1197359 or 13744877. OLE color: 13744877.
HSL color Cylindrical-coordinate representation of color #EDBAD1: hue angle of 332.94º 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 #EDBAD1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 209 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.07 |
| HSL | 332.94º | 0.59% | 0.83% | - |
| HSV(B) | 332.94º | 0.22% | 0.93% | - |
| XYZ | 63.99 | 57.73 | 68.09 | - |
| YUV | 203.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 209 | 0 | 0.22 | 0.12 | 0.07 | 332.94 | 0.59 | 0.83 |
| Hex | ED | BA | D1 | 0 | 16 | C | 7 | 14D | 3B | 53 |
| Octal | 355 | 272 | 321 | 0 | 26 | 14 | 7 | 515 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11010001 | 0 | 10110 | 1100 | 111 | 101001101 | 111011 | 1010011 |
Color Harmonies of #EDBAD1
Complementary color
Monochromatic Colors of #EDBAD1
Black with #EDBAD1
Text Example
Text Example
White with #EDBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAD1; }
p { color: rgb(237,186,209); }
H1.HeaderClassName
{
color: #EDBAD1;
}
.AnyTagClassName
{
color: #EDBAD1;
}
</style>
background-color css
<style>
a { background-color: #EDBAD1; }
a { background-color: rgb(237,186,209); }
div.DivClassName
{
background-color: #EDBAD1;
}
.BgClassName
{
background-color: #EDBAD1;
}
</style>
border-color css
<style>
span { border-color: #EDBAD1; }
span { border-color: rgb(237,186,209); }
td.TdClassName
{
border-color: #EDBAD1;
}
.TagClassName
{
border-color: #EDBAD1;
}
</style>