Shades of Chantilly #EDB0C7
Tints of Chantilly #EDB0C7
RGB
CMYK
RGB Variations
Color information
#EDB0C7 (or 0xEDB0C7) is known color: Chantilly. HEX triplet: ED, B0 and C7. RGB value is (237,176,199). Sum of RGB (Red+Green+Blue) = 237+176+199=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0C7 is #124F38. Grayscale: #C4C4C4. Windows color (decimal): -1199929 or 13086957. OLE color: 13086957.
HSL color Cylindrical-coordinate representation of color #EDB0C7: hue angle of 337.38º 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 #EDB0C7 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 199 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.07 |
| HSL | 337.38º | 0.63% | 0.81% | - |
| HSV(B) | 337.38º | 0.26% | 0.93% | - |
| XYZ | 60.76 | 53.18 | 61.1 | - |
| YUV | 196.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 199 | 0 | 0.26 | 0.16 | 0.07 | 337.38 | 0.63 | 0.81 |
| Hex | ED | B0 | C7 | 0 | 1A | 10 | 7 | 151 | 3F | 51 |
| Octal | 355 | 260 | 307 | 0 | 32 | 20 | 7 | 521 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11000111 | 0 | 11010 | 10000 | 111 | 101010001 | 111111 | 1010001 |
Color Harmonies of #EDB0C7
Complementary color
Monochromatic Colors of #EDB0C7
Black with #EDB0C7
Text Example
Text Example
White with #EDB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0C7; }
p { color: rgb(237,176,199); }
H1.HeaderClassName
{
color: #EDB0C7;
}
.AnyTagClassName
{
color: #EDB0C7;
}
</style>
background-color css
<style>
a { background-color: #EDB0C7; }
a { background-color: rgb(237,176,199); }
div.DivClassName
{
background-color: #EDB0C7;
}
.BgClassName
{
background-color: #EDB0C7;
}
</style>
border-color css
<style>
span { border-color: #EDB0C7; }
span { border-color: rgb(237,176,199); }
td.TdClassName
{
border-color: #EDB0C7;
}
.TagClassName
{
border-color: #EDB0C7;
}
</style>