Shades of Chantilly #EDBBD0
Tints of Chantilly #EDBBD0
RGB
CMYK
RGB Variations
Color information
#EDBBD0 (or 0xEDBBD0) is known color: Chantilly. HEX triplet: ED, BB and D0. RGB value is (237,187,208). Sum of RGB (Red+Green+Blue) = 237+187+208=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD0 is #12442F. Grayscale: #CCCCCC. Windows color (decimal): -1197104 or 13679597. OLE color: 13679597.
HSL color Cylindrical-coordinate representation of color #EDBBD0: hue angle of 334.8º 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 #EDBBD0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 208 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.07 |
| HSL | 334.8º | 0.58% | 0.83% | - |
| HSV(B) | 334.8º | 0.21% | 0.93% | - |
| XYZ | 64.08 | 58.1 | 67.51 | - |
| YUV | 204.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 208 | 0 | 0.21 | 0.12 | 0.07 | 334.8 | 0.58 | 0.83 |
| Hex | ED | BB | D0 | 0 | 15 | C | 7 | 14F | 3A | 53 |
| Octal | 355 | 273 | 320 | 0 | 25 | 14 | 7 | 517 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11010000 | 0 | 10101 | 1100 | 111 | 101001111 | 111010 | 1010011 |
Color Harmonies of #EDBBD0
Complementary color
Monochromatic Colors of #EDBBD0
Black with #EDBBD0
Text Example
Text Example
White with #EDBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBD0; }
p { color: rgb(237,187,208); }
H1.HeaderClassName
{
color: #EDBBD0;
}
.AnyTagClassName
{
color: #EDBBD0;
}
</style>
background-color css
<style>
a { background-color: #EDBBD0; }
a { background-color: rgb(237,187,208); }
div.DivClassName
{
background-color: #EDBBD0;
}
.BgClassName
{
background-color: #EDBBD0;
}
</style>
border-color css
<style>
span { border-color: #EDBBD0; }
span { border-color: rgb(237,187,208); }
td.TdClassName
{
border-color: #EDBBD0;
}
.TagClassName
{
border-color: #EDBBD0;
}
</style>