Shades of Chantilly #EDBCCC
Tints of Chantilly #EDBCCC
RGB
CMYK
RGB Variations
Color information
#EDBCCC (or 0xEDBCCC) is known color: Chantilly. HEX triplet: ED, BC and CC. RGB value is (237,188,204). Sum of RGB (Red+Green+Blue) = 237+188+204=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCC is #124333. Grayscale: #CCCCCC. Windows color (decimal): -1196852 or 13417709. OLE color: 13417709.
HSL color Cylindrical-coordinate representation of color #EDBCCC: hue angle of 340.41º 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 #EDBCCC is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 204 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.07 |
| HSL | 340.41º | 0.58% | 0.83% | - |
| HSV(B) | 340.41º | 0.21% | 0.93% | - |
| XYZ | 63.81 | 58.33 | 65.02 | - |
| YUV | 204.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 204 | 0 | 0.21 | 0.14 | 0.07 | 340.41 | 0.58 | 0.83 |
| Hex | ED | BC | CC | 0 | 15 | E | 7 | 154 | 3A | 53 |
| Octal | 355 | 274 | 314 | 0 | 25 | 16 | 7 | 524 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11001100 | 0 | 10101 | 1110 | 111 | 101010100 | 111010 | 1010011 |
Color Harmonies of #EDBCCC
Complementary color
Monochromatic Colors of #EDBCCC
Black with #EDBCCC
Text Example
Text Example
White with #EDBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCCC; }
p { color: rgb(237,188,204); }
H1.HeaderClassName
{
color: #EDBCCC;
}
.AnyTagClassName
{
color: #EDBCCC;
}
</style>
background-color css
<style>
a { background-color: #EDBCCC; }
a { background-color: rgb(237,188,204); }
div.DivClassName
{
background-color: #EDBCCC;
}
.BgClassName
{
background-color: #EDBCCC;
}
</style>
border-color css
<style>
span { border-color: #EDBCCC; }
span { border-color: rgb(237,188,204); }
td.TdClassName
{
border-color: #EDBCCC;
}
.TagClassName
{
border-color: #EDBCCC;
}
</style>