Shades of Chantilly #EDB7CC
Tints of Chantilly #EDB7CC
RGB
CMYK
RGB Variations
Color information
#EDB7CC (or 0xEDB7CC) is known color: Chantilly. HEX triplet: ED, B7 and CC. RGB value is (237,183,204). Sum of RGB (Red+Green+Blue) = 237+183+204=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7CC is #124833. Grayscale: #C9C9C9. Windows color (decimal): -1198132 or 13416429. OLE color: 13416429.
HSL color Cylindrical-coordinate representation of color #EDB7CC: hue angle of 336.67º 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 #EDB7CC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 204 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.07 |
| HSL | 336.67º | 0.6% | 0.82% | - |
| HSV(B) | 336.67º | 0.23% | 0.93% | - |
| XYZ | 62.76 | 56.23 | 64.67 | - |
| YUV | 201.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 204 | 0 | 0.23 | 0.14 | 0.07 | 336.67 | 0.6 | 0.82 |
| Hex | ED | B7 | CC | 0 | 17 | E | 7 | 151 | 3C | 52 |
| Octal | 355 | 267 | 314 | 0 | 27 | 16 | 7 | 521 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11001100 | 0 | 10111 | 1110 | 111 | 101010001 | 111100 | 1010010 |
Color Harmonies of #EDB7CC
Complementary color
Monochromatic Colors of #EDB7CC
Black with #EDB7CC
Text Example
Text Example
White with #EDB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7CC; }
p { color: rgb(237,183,204); }
H1.HeaderClassName
{
color: #EDB7CC;
}
.AnyTagClassName
{
color: #EDB7CC;
}
</style>
background-color css
<style>
a { background-color: #EDB7CC; }
a { background-color: rgb(237,183,204); }
div.DivClassName
{
background-color: #EDB7CC;
}
.BgClassName
{
background-color: #EDB7CC;
}
</style>
border-color css
<style>
span { border-color: #EDB7CC; }
span { border-color: rgb(237,183,204); }
td.TdClassName
{
border-color: #EDB7CC;
}
.TagClassName
{
border-color: #EDB7CC;
}
</style>