Shades of Chantilly #EDBDCB
Tints of Chantilly #EDBDCB
RGB
CMYK
RGB Variations
Color information
#EDBDCB (or 0xEDBDCB) is known color: Chantilly. HEX triplet: ED, BD and CB. RGB value is (237,189,203). Sum of RGB (Red+Green+Blue) = 237+189+203=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCB is #124234. Grayscale: #CCCCCC. Windows color (decimal): -1196597 or 13352429. OLE color: 13352429.
HSL color Cylindrical-coordinate representation of color #EDBDCB: hue angle of 342.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDCB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 203 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.07 |
| HSL | 342.5º | 0.57% | 0.84% | - |
| HSV(B) | 342.5º | 0.2% | 0.93% | - |
| XYZ | 63.9 | 58.71 | 64.46 | - |
| YUV | 204.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 203 | 0 | 0.20 | 0.14 | 0.07 | 342.5 | 0.57 | 0.84 |
| Hex | ED | BD | CB | 0 | 14 | E | 7 | 156 | 39 | 54 |
| Octal | 355 | 275 | 313 | 0 | 24 | 16 | 7 | 526 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11001011 | 0 | 10100 | 1110 | 111 | 101010110 | 111001 | 1010100 |
Color Harmonies of #EDBDCB
Complementary color
Monochromatic Colors of #EDBDCB
Black with #EDBDCB
Text Example
Text Example
White with #EDBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDCB; }
p { color: rgb(237,189,203); }
H1.HeaderClassName
{
color: #EDBDCB;
}
.AnyTagClassName
{
color: #EDBDCB;
}
</style>
background-color css
<style>
a { background-color: #EDBDCB; }
a { background-color: rgb(237,189,203); }
div.DivClassName
{
background-color: #EDBDCB;
}
.BgClassName
{
background-color: #EDBDCB;
}
</style>
border-color css
<style>
span { border-color: #EDBDCB; }
span { border-color: rgb(237,189,203); }
td.TdClassName
{
border-color: #EDBDCB;
}
.TagClassName
{
border-color: #EDBDCB;
}
</style>