Shades of Chantilly #EDB0C9
Tints of Chantilly #EDB0C9
RGB
CMYK
RGB Variations
Color information
#EDB0C9 (or 0xEDB0C9) is known color: Chantilly. HEX triplet: ED, B0 and C9. RGB value is (237,176,201). Sum of RGB (Red+Green+Blue) = 237+176+201=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0C9 is #124F36. Grayscale: #C5C5C5. Windows color (decimal): -1199927 or 13218029. OLE color: 13218029.
HSL color Cylindrical-coordinate representation of color #EDB0C9: hue angle of 335.41º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0C9 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 201 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.07 |
| HSL | 335.41º | 0.63% | 0.81% | - |
| HSV(B) | 335.41º | 0.26% | 0.93% | - |
| XYZ | 60.99 | 53.27 | 62.33 | - |
| YUV | 197.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 201 | 0 | 0.26 | 0.15 | 0.07 | 335.41 | 0.63 | 0.81 |
| Hex | ED | B0 | C9 | 0 | 1A | F | 7 | 14F | 3F | 51 |
| Octal | 355 | 260 | 311 | 0 | 32 | 17 | 7 | 517 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11001001 | 0 | 11010 | 1111 | 111 | 101001111 | 111111 | 1010001 |
Color Harmonies of #EDB0C9
Complementary color
Monochromatic Colors of #EDB0C9
Black with #EDB0C9
Text Example
Text Example
White with #EDB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0C9; }
p { color: rgb(237,176,201); }
H1.HeaderClassName
{
color: #EDB0C9;
}
.AnyTagClassName
{
color: #EDB0C9;
}
</style>
background-color css
<style>
a { background-color: #EDB0C9; }
a { background-color: rgb(237,176,201); }
div.DivClassName
{
background-color: #EDB0C9;
}
.BgClassName
{
background-color: #EDB0C9;
}
</style>
border-color css
<style>
span { border-color: #EDB0C9; }
span { border-color: rgb(237,176,201); }
td.TdClassName
{
border-color: #EDB0C9;
}
.TagClassName
{
border-color: #EDB0C9;
}
</style>