Shades of Chantilly #EDBBC7
Tints of Chantilly #EDBBC7
RGB
CMYK
RGB Variations
Color information
#EDBBC7 (or 0xEDBBC7) is known color: Chantilly. HEX triplet: ED, BB and C7. RGB value is (237,187,199). Sum of RGB (Red+Green+Blue) = 237+187+199=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC7 is #124438. Grayscale: #CBCBCB. Windows color (decimal): -1197113 or 13089773. OLE color: 13089773.
HSL color Cylindrical-coordinate representation of color #EDBBC7: hue angle of 345.6º 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 #EDBBC7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 199 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.07 |
| HSL | 345.6º | 0.58% | 0.83% | - |
| HSV(B) | 345.6º | 0.21% | 0.93% | - |
| XYZ | 63 | 57.67 | 61.84 | - |
| YUV | 203.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 199 | 0 | 0.21 | 0.16 | 0.07 | 345.6 | 0.58 | 0.83 |
| Hex | ED | BB | C7 | 0 | 15 | 10 | 7 | 15A | 3A | 53 |
| Octal | 355 | 273 | 307 | 0 | 25 | 20 | 7 | 532 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11000111 | 0 | 10101 | 10000 | 111 | 101011010 | 111010 | 1010011 |
Color Harmonies of #EDBBC7
Complementary color
Monochromatic Colors of #EDBBC7
Black with #EDBBC7
Text Example
Text Example
White with #EDBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBC7; }
p { color: rgb(237,187,199); }
H1.HeaderClassName
{
color: #EDBBC7;
}
.AnyTagClassName
{
color: #EDBBC7;
}
</style>
background-color css
<style>
a { background-color: #EDBBC7; }
a { background-color: rgb(237,187,199); }
div.DivClassName
{
background-color: #EDBBC7;
}
.BgClassName
{
background-color: #EDBBC7;
}
</style>
border-color css
<style>
span { border-color: #EDBBC7; }
span { border-color: rgb(237,187,199); }
td.TdClassName
{
border-color: #EDBBC7;
}
.TagClassName
{
border-color: #EDBBC7;
}
</style>