Shades of Chantilly #EDBFD0
Tints of Chantilly #EDBFD0
RGB
CMYK
RGB Variations
Color information
#EDBFD0 (or 0xEDBFD0) is known color: Chantilly. HEX triplet: ED, BF and D0. RGB value is (237,191,208). Sum of RGB (Red+Green+Blue) = 237+191+208=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFD0 is #12402F. Grayscale: #CECECE. Windows color (decimal): -1196080 or 13680621. OLE color: 13680621.
HSL color Cylindrical-coordinate representation of color #EDBFD0: hue angle of 337.83º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFD0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 208 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.07 |
| HSL | 337.83º | 0.56% | 0.84% | - |
| HSV(B) | 337.83º | 0.19% | 0.93% | - |
| XYZ | 64.94 | 59.82 | 67.8 | - |
| YUV | 206.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 208 | 0 | 0.19 | 0.12 | 0.07 | 337.83 | 0.56 | 0.84 |
| Hex | ED | BF | D0 | 0 | 13 | C | 7 | 152 | 38 | 54 |
| Octal | 355 | 277 | 320 | 0 | 23 | 14 | 7 | 522 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11010000 | 0 | 10011 | 1100 | 111 | 101010010 | 111000 | 1010100 |
Color Harmonies of #EDBFD0
Complementary color
Monochromatic Colors of #EDBFD0
Black with #EDBFD0
Text Example
Text Example
White with #EDBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFD0; }
p { color: rgb(237,191,208); }
H1.HeaderClassName
{
color: #EDBFD0;
}
.AnyTagClassName
{
color: #EDBFD0;
}
</style>
background-color css
<style>
a { background-color: #EDBFD0; }
a { background-color: rgb(237,191,208); }
div.DivClassName
{
background-color: #EDBFD0;
}
.BgClassName
{
background-color: #EDBFD0;
}
</style>
border-color css
<style>
span { border-color: #EDBFD0; }
span { border-color: rgb(237,191,208); }
td.TdClassName
{
border-color: #EDBFD0;
}
.TagClassName
{
border-color: #EDBFD0;
}
</style>