Shades of Chantilly #EDB6CD
Tints of Chantilly #EDB6CD
RGB
CMYK
RGB Variations
Color information
#EDB6CD (or 0xEDB6CD) is known color: Chantilly. HEX triplet: ED, B6 and CD. RGB value is (237,182,205). Sum of RGB (Red+Green+Blue) = 237+182+205=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6CD is #124932. Grayscale: #C9C9C9. Windows color (decimal): -1198387 or 13481709. OLE color: 13481709.
HSL color Cylindrical-coordinate representation of color #EDB6CD: hue angle of 334.91º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 205 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.07 |
| HSL | 334.91º | 0.6% | 0.82% | - |
| HSV(B) | 334.91º | 0.23% | 0.93% | - |
| XYZ | 62.67 | 55.87 | 65.24 | - |
| YUV | 201.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 205 | 0 | 0.23 | 0.14 | 0.07 | 334.91 | 0.6 | 0.82 |
| Hex | ED | B6 | CD | 0 | 17 | E | 7 | 14F | 3C | 52 |
| Octal | 355 | 266 | 315 | 0 | 27 | 16 | 7 | 517 | 74 | 122 |
| Binary | 11101101 | 10110110 | 11001101 | 0 | 10111 | 1110 | 111 | 101001111 | 111100 | 1010010 |
Color Harmonies of #EDB6CD
Complementary color
Monochromatic Colors of #EDB6CD
Black with #EDB6CD
Text Example
Text Example
White with #EDB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6CD; }
p { color: rgb(237,182,205); }
H1.HeaderClassName
{
color: #EDB6CD;
}
.AnyTagClassName
{
color: #EDB6CD;
}
</style>
background-color css
<style>
a { background-color: #EDB6CD; }
a { background-color: rgb(237,182,205); }
div.DivClassName
{
background-color: #EDB6CD;
}
.BgClassName
{
background-color: #EDB6CD;
}
</style>
border-color css
<style>
span { border-color: #EDB6CD; }
span { border-color: rgb(237,182,205); }
td.TdClassName
{
border-color: #EDB6CD;
}
.TagClassName
{
border-color: #EDB6CD;
}
</style>