Shades of Chantilly #EDB9C9
Tints of Chantilly #EDB9C9
RGB
CMYK
RGB Variations
Color information
#EDB9C9 (or 0xEDB9C9) is known color: Chantilly. HEX triplet: ED, B9 and C9. RGB value is (237,185,201). Sum of RGB (Red+Green+Blue) = 237+185+201=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9C9 is #124636. Grayscale: #CACACA. Windows color (decimal): -1197623 or 13220333. OLE color: 13220333.
HSL color Cylindrical-coordinate representation of color #EDB9C9: hue angle of 341.54º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9C9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 201 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.07 |
| HSL | 341.54º | 0.59% | 0.83% | - |
| HSV(B) | 341.54º | 0.22% | 0.93% | - |
| XYZ | 62.82 | 56.92 | 62.93 | - |
| YUV | 202.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 201 | 0 | 0.22 | 0.15 | 0.07 | 341.54 | 0.59 | 0.83 |
| Hex | ED | B9 | C9 | 0 | 16 | F | 7 | 156 | 3B | 53 |
| Octal | 355 | 271 | 311 | 0 | 26 | 17 | 7 | 526 | 73 | 123 |
| Binary | 11101101 | 10111001 | 11001001 | 0 | 10110 | 1111 | 111 | 101010110 | 111011 | 1010011 |
Color Harmonies of #EDB9C9
Complementary color
Monochromatic Colors of #EDB9C9
Black with #EDB9C9
Text Example
Text Example
White with #EDB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9C9; }
p { color: rgb(237,185,201); }
H1.HeaderClassName
{
color: #EDB9C9;
}
.AnyTagClassName
{
color: #EDB9C9;
}
</style>
background-color css
<style>
a { background-color: #EDB9C9; }
a { background-color: rgb(237,185,201); }
div.DivClassName
{
background-color: #EDB9C9;
}
.BgClassName
{
background-color: #EDB9C9;
}
</style>
border-color css
<style>
span { border-color: #EDB9C9; }
span { border-color: rgb(237,185,201); }
td.TdClassName
{
border-color: #EDB9C9;
}
.TagClassName
{
border-color: #EDB9C9;
}
</style>