Shades of Chantilly #EDBCCF
Tints of Chantilly #EDBCCF
RGB
CMYK
RGB Variations
Color information
#EDBCCF (or 0xEDBCCF) is known color: Chantilly. HEX triplet: ED, BC and CF. RGB value is (237,188,207). Sum of RGB (Red+Green+Blue) = 237+188+207=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCF is #124330. Grayscale: #CCCCCC. Windows color (decimal): -1196849 or 13614317. OLE color: 13614317.
HSL color Cylindrical-coordinate representation of color #EDBCCF: hue angle of 336.73º 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 #EDBCCF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 207 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.07 |
| HSL | 336.73º | 0.58% | 0.83% | - |
| HSV(B) | 336.73º | 0.21% | 0.93% | - |
| XYZ | 64.17 | 58.48 | 66.94 | - |
| YUV | 204.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 207 | 0 | 0.21 | 0.13 | 0.07 | 336.73 | 0.58 | 0.83 |
| Hex | ED | BC | CF | 0 | 15 | D | 7 | 151 | 3A | 53 |
| Octal | 355 | 274 | 317 | 0 | 25 | 15 | 7 | 521 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11001111 | 0 | 10101 | 1101 | 111 | 101010001 | 111010 | 1010011 |
Color Harmonies of #EDBCCF
Complementary color
Monochromatic Colors of #EDBCCF
Black with #EDBCCF
Text Example
Text Example
White with #EDBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCCF; }
p { color: rgb(237,188,207); }
H1.HeaderClassName
{
color: #EDBCCF;
}
.AnyTagClassName
{
color: #EDBCCF;
}
</style>
background-color css
<style>
a { background-color: #EDBCCF; }
a { background-color: rgb(237,188,207); }
div.DivClassName
{
background-color: #EDBCCF;
}
.BgClassName
{
background-color: #EDBCCF;
}
</style>
border-color css
<style>
span { border-color: #EDBCCF; }
span { border-color: rgb(237,188,207); }
td.TdClassName
{
border-color: #EDBCCF;
}
.TagClassName
{
border-color: #EDBCCF;
}
</style>