Shades of Chantilly #EDB9CF
Tints of Chantilly #EDB9CF
RGB
CMYK
RGB Variations
Color information
#EDB9CF (or 0xEDB9CF) is known color: Chantilly. HEX triplet: ED, B9 and CF. RGB value is (237,185,207). Sum of RGB (Red+Green+Blue) = 237+185+207=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9CF is #124630. Grayscale: #CBCBCB. Windows color (decimal): -1197617 or 13613549. OLE color: 13613549.
HSL color Cylindrical-coordinate representation of color #EDB9CF: hue angle of 334.62º 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 #EDB9CF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 207 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.07 |
| HSL | 334.62º | 0.59% | 0.83% | - |
| HSV(B) | 334.62º | 0.22% | 0.93% | - |
| XYZ | 63.54 | 57.21 | 66.72 | - |
| YUV | 203.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 207 | 0 | 0.22 | 0.13 | 0.07 | 334.62 | 0.59 | 0.83 |
| Hex | ED | B9 | CF | 0 | 16 | D | 7 | 14F | 3B | 53 |
| Octal | 355 | 271 | 317 | 0 | 26 | 15 | 7 | 517 | 73 | 123 |
| Binary | 11101101 | 10111001 | 11001111 | 0 | 10110 | 1101 | 111 | 101001111 | 111011 | 1010011 |
Color Harmonies of #EDB9CF
Complementary color
Monochromatic Colors of #EDB9CF
Black with #EDB9CF
Text Example
Text Example
White with #EDB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9CF; }
p { color: rgb(237,185,207); }
H1.HeaderClassName
{
color: #EDB9CF;
}
.AnyTagClassName
{
color: #EDB9CF;
}
</style>
background-color css
<style>
a { background-color: #EDB9CF; }
a { background-color: rgb(237,185,207); }
div.DivClassName
{
background-color: #EDB9CF;
}
.BgClassName
{
background-color: #EDB9CF;
}
</style>
border-color css
<style>
span { border-color: #EDB9CF; }
span { border-color: rgb(237,185,207); }
td.TdClassName
{
border-color: #EDB9CF;
}
.TagClassName
{
border-color: #EDB9CF;
}
</style>