Shades of Chantilly #EDB1C5
Tints of Chantilly #EDB1C5
RGB
CMYK
RGB Variations
Color information
#EDB1C5 (or 0xEDB1C5) is known color: Chantilly. HEX triplet: ED, B1 and C5. RGB value is (237,177,197). Sum of RGB (Red+Green+Blue) = 237+177+197=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1C5 is #124E3A. Grayscale: #C5C5C5. Windows color (decimal): -1199675 or 12956141. OLE color: 12956141.
HSL color Cylindrical-coordinate representation of color #EDB1C5: hue angle of 340º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB1C5 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 197 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.07 |
| HSL | 340º | 0.63% | 0.81% | - |
| HSV(B) | 340º | 0.25% | 0.93% | - |
| XYZ | 60.73 | 53.48 | 59.95 | - |
| YUV | 197.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 197 | 0 | 0.25 | 0.17 | 0.07 | 340 | 0.63 | 0.81 |
| Hex | ED | B1 | C5 | 0 | 19 | 11 | 7 | 154 | 3E | 51 |
| Octal | 355 | 261 | 305 | 0 | 31 | 21 | 7 | 524 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11000101 | 0 | 11001 | 10001 | 111 | 101010100 | 111110 | 1010001 |
Color Harmonies of #EDB1C5
Complementary color
Monochromatic Colors of #EDB1C5
Black with #EDB1C5
Text Example
Text Example
White with #EDB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1C5; }
p { color: rgb(237,177,197); }
H1.HeaderClassName
{
color: #EDB1C5;
}
.AnyTagClassName
{
color: #EDB1C5;
}
</style>
background-color css
<style>
a { background-color: #EDB1C5; }
a { background-color: rgb(237,177,197); }
div.DivClassName
{
background-color: #EDB1C5;
}
.BgClassName
{
background-color: #EDB1C5;
}
</style>
border-color css
<style>
span { border-color: #EDB1C5; }
span { border-color: rgb(237,177,197); }
td.TdClassName
{
border-color: #EDB1C5;
}
.TagClassName
{
border-color: #EDB1C5;
}
</style>