Shades of Chantilly #ECB7CF
Tints of Chantilly #ECB7CF
RGB
CMYK
RGB Variations
Color information
#ECB7CF (or 0xECB7CF) is known color: Chantilly. HEX triplet: EC, B7 and CF. RGB value is (236,183,207). Sum of RGB (Red+Green+Blue) = 236+183+207=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7CF is #134830. Grayscale: #C9C9C9. Windows color (decimal): -1263665 or 13613036. OLE color: 13613036.
HSL color Cylindrical-coordinate representation of color #ECB7CF: hue angle of 332.83º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7CF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 207 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.07 |
| HSL | 332.83º | 0.58% | 0.82% | - |
| HSV(B) | 332.83º | 0.22% | 0.93% | - |
| XYZ | 62.79 | 56.2 | 66.57 | - |
| YUV | 201.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 207 | 0 | 0.22 | 0.12 | 0.07 | 332.83 | 0.58 | 0.82 |
| Hex | EC | B7 | CF | 0 | 16 | C | 7 | 14D | 3A | 52 |
| Octal | 354 | 267 | 317 | 0 | 26 | 14 | 7 | 515 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11001111 | 0 | 10110 | 1100 | 111 | 101001101 | 111010 | 1010010 |
Color Harmonies of #ECB7CF
Complementary color
Monochromatic Colors of #ECB7CF
Black with #ECB7CF
Text Example
Text Example
White with #ECB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7CF; }
p { color: rgb(236,183,207); }
H1.HeaderClassName
{
color: #ECB7CF;
}
.AnyTagClassName
{
color: #ECB7CF;
}
</style>
background-color css
<style>
a { background-color: #ECB7CF; }
a { background-color: rgb(236,183,207); }
div.DivClassName
{
background-color: #ECB7CF;
}
.BgClassName
{
background-color: #ECB7CF;
}
</style>
border-color css
<style>
span { border-color: #ECB7CF; }
span { border-color: rgb(236,183,207); }
td.TdClassName
{
border-color: #ECB7CF;
}
.TagClassName
{
border-color: #ECB7CF;
}
</style>