Shades of Chantilly #EDBCCB
Tints of Chantilly #EDBCCB
RGB
CMYK
RGB Variations
Color information
#EDBCCB (or 0xEDBCCB) is known color: Chantilly. HEX triplet: ED, BC and CB. RGB value is (237,188,203). Sum of RGB (Red+Green+Blue) = 237+188+203=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCB is #124334. Grayscale: #CCCCCC. Windows color (decimal): -1196853 or 13352173. OLE color: 13352173.
HSL color Cylindrical-coordinate representation of color #EDBCCB: hue angle of 341.63º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCCB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 203 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.07 |
| HSL | 341.63º | 0.58% | 0.83% | - |
| HSV(B) | 341.63º | 0.21% | 0.93% | - |
| XYZ | 63.69 | 58.28 | 64.39 | - |
| YUV | 204.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 203 | 0 | 0.21 | 0.14 | 0.07 | 341.63 | 0.58 | 0.83 |
| Hex | ED | BC | CB | 0 | 15 | E | 7 | 156 | 3A | 53 |
| Octal | 355 | 274 | 313 | 0 | 25 | 16 | 7 | 526 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11001011 | 0 | 10101 | 1110 | 111 | 101010110 | 111010 | 1010011 |
Color Harmonies of #EDBCCB
Complementary color
Monochromatic Colors of #EDBCCB
Black with #EDBCCB
Text Example
Text Example
White with #EDBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCCB; }
p { color: rgb(237,188,203); }
H1.HeaderClassName
{
color: #EDBCCB;
}
.AnyTagClassName
{
color: #EDBCCB;
}
</style>
background-color css
<style>
a { background-color: #EDBCCB; }
a { background-color: rgb(237,188,203); }
div.DivClassName
{
background-color: #EDBCCB;
}
.BgClassName
{
background-color: #EDBCCB;
}
</style>
border-color css
<style>
span { border-color: #EDBCCB; }
span { border-color: rgb(237,188,203); }
td.TdClassName
{
border-color: #EDBCCB;
}
.TagClassName
{
border-color: #EDBCCB;
}
</style>