Shades of Chantilly #EDBACB
Tints of Chantilly #EDBACB
RGB
CMYK
RGB Variations
Color information
#EDBACB (or 0xEDBACB) is known color: Chantilly. HEX triplet: ED, BA and CB. RGB value is (237,186,203). Sum of RGB (Red+Green+Blue) = 237+186+203=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACB is #124534. Grayscale: #CBCBCB. Windows color (decimal): -1197365 or 13351661. OLE color: 13351661.
HSL color Cylindrical-coordinate representation of color #EDBACB: hue angle of 340º 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 #EDBACB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 203 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 340º | 0.59% | 0.83% | - |
| HSV(B) | 340º | 0.22% | 0.93% | - |
| XYZ | 63.26 | 57.43 | 64.25 | - |
| YUV | 203.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 203 | 0 | 0.22 | 0.14 | 0.07 | 340 | 0.59 | 0.83 |
| Hex | ED | BA | CB | 0 | 16 | E | 7 | 154 | 3B | 53 |
| Octal | 355 | 272 | 313 | 0 | 26 | 16 | 7 | 524 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11001011 | 0 | 10110 | 1110 | 111 | 101010100 | 111011 | 1010011 |
Color Harmonies of #EDBACB
Complementary color
Monochromatic Colors of #EDBACB
Black with #EDBACB
Text Example
Text Example
White with #EDBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBACB; }
p { color: rgb(237,186,203); }
H1.HeaderClassName
{
color: #EDBACB;
}
.AnyTagClassName
{
color: #EDBACB;
}
</style>
background-color css
<style>
a { background-color: #EDBACB; }
a { background-color: rgb(237,186,203); }
div.DivClassName
{
background-color: #EDBACB;
}
.BgClassName
{
background-color: #EDBACB;
}
</style>
border-color css
<style>
span { border-color: #EDBACB; }
span { border-color: rgb(237,186,203); }
td.TdClassName
{
border-color: #EDBACB;
}
.TagClassName
{
border-color: #EDBACB;
}
</style>