Shades of Chantilly #EDBEC5
Tints of Chantilly #EDBEC5
RGB
CMYK
RGB Variations
Color information
#EDBEC5 (or 0xEDBEC5) is known color: Chantilly. HEX triplet: ED, BE and C5. RGB value is (237,190,197). Sum of RGB (Red+Green+Blue) = 237+190+197=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC5 is #12413A. Grayscale: #CCCCCC. Windows color (decimal): -1196347 or 12959469. OLE color: 12959469.
HSL color Cylindrical-coordinate representation of color #EDBEC5: hue angle of 351.06º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEC5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 197 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.07 |
| HSL | 351.06º | 0.57% | 0.84% | - |
| HSV(B) | 351.06º | 0.2% | 0.93% | - |
| XYZ | 63.42 | 58.86 | 60.84 | - |
| YUV | 204.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 197 | 0 | 0.20 | 0.17 | 0.07 | 351.06 | 0.57 | 0.84 |
| Hex | ED | BE | C5 | 0 | 14 | 11 | 7 | 15F | 39 | 54 |
| Octal | 355 | 276 | 305 | 0 | 24 | 21 | 7 | 537 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11000101 | 0 | 10100 | 10001 | 111 | 101011111 | 111001 | 1010100 |
Color Harmonies of #EDBEC5
Complementary color
Monochromatic Colors of #EDBEC5
Black with #EDBEC5
Text Example
Text Example
White with #EDBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEC5; }
p { color: rgb(237,190,197); }
H1.HeaderClassName
{
color: #EDBEC5;
}
.AnyTagClassName
{
color: #EDBEC5;
}
</style>
background-color css
<style>
a { background-color: #EDBEC5; }
a { background-color: rgb(237,190,197); }
div.DivClassName
{
background-color: #EDBEC5;
}
.BgClassName
{
background-color: #EDBEC5;
}
</style>
border-color css
<style>
span { border-color: #EDBEC5; }
span { border-color: rgb(237,190,197); }
td.TdClassName
{
border-color: #EDBEC5;
}
.TagClassName
{
border-color: #EDBEC5;
}
</style>