Shades of Chantilly #EDBCC6
Tints of Chantilly #EDBCC6
RGB
CMYK
RGB Variations
Color information
#EDBCC6 (or 0xEDBCC6) is known color: Chantilly. HEX triplet: ED, BC and C6. RGB value is (237,188,198). Sum of RGB (Red+Green+Blue) = 237+188+198=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC6 is #124339. Grayscale: #CBCBCB. Windows color (decimal): -1196858 or 13024493. OLE color: 13024493.
HSL color Cylindrical-coordinate representation of color #EDBCC6: hue angle of 347.76º 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 #EDBCC6 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 198 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.07 |
| HSL | 347.76º | 0.58% | 0.83% | - |
| HSV(B) | 347.76º | 0.21% | 0.93% | - |
| XYZ | 63.1 | 58.05 | 61.3 | - |
| YUV | 203.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 198 | 0 | 0.21 | 0.16 | 0.07 | 347.76 | 0.58 | 0.83 |
| Hex | ED | BC | C6 | 0 | 15 | 10 | 7 | 15C | 3A | 53 |
| Octal | 355 | 274 | 306 | 0 | 25 | 20 | 7 | 534 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11000110 | 0 | 10101 | 10000 | 111 | 101011100 | 111010 | 1010011 |
Color Harmonies of #EDBCC6
Complementary color
Monochromatic Colors of #EDBCC6
Black with #EDBCC6
Text Example
Text Example
White with #EDBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCC6; }
p { color: rgb(237,188,198); }
H1.HeaderClassName
{
color: #EDBCC6;
}
.AnyTagClassName
{
color: #EDBCC6;
}
</style>
background-color css
<style>
a { background-color: #EDBCC6; }
a { background-color: rgb(237,188,198); }
div.DivClassName
{
background-color: #EDBCC6;
}
.BgClassName
{
background-color: #EDBCC6;
}
</style>
border-color css
<style>
span { border-color: #EDBCC6; }
span { border-color: rgb(237,188,198); }
td.TdClassName
{
border-color: #EDBCC6;
}
.TagClassName
{
border-color: #EDBCC6;
}
</style>