Shades of Chantilly #ECB8CF
Tints of Chantilly #ECB8CF
RGB
CMYK
RGB Variations
Color information
#ECB8CF (or 0xECB8CF) is known color: Chantilly. HEX triplet: EC, B8 and CF. RGB value is (236,184,207). Sum of RGB (Red+Green+Blue) = 236+184+207=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8CF is #134730. Grayscale: #CACACA. Windows color (decimal): -1263409 or 13613292. OLE color: 13613292.
HSL color Cylindrical-coordinate representation of color #ECB8CF: hue angle of 333.46º 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 #ECB8CF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 207 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.07 |
| HSL | 333.46º | 0.58% | 0.82% | - |
| HSV(B) | 333.46º | 0.22% | 0.93% | - |
| XYZ | 63 | 56.62 | 66.64 | - |
| YUV | 202.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 207 | 0 | 0.22 | 0.12 | 0.07 | 333.46 | 0.58 | 0.82 |
| Hex | EC | B8 | CF | 0 | 16 | C | 7 | 14D | 3A | 52 |
| Octal | 354 | 270 | 317 | 0 | 26 | 14 | 7 | 515 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11001111 | 0 | 10110 | 1100 | 111 | 101001101 | 111010 | 1010010 |
Color Harmonies of #ECB8CF
Complementary color
Monochromatic Colors of #ECB8CF
Black with #ECB8CF
Text Example
Text Example
White with #ECB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8CF; }
p { color: rgb(236,184,207); }
H1.HeaderClassName
{
color: #ECB8CF;
}
.AnyTagClassName
{
color: #ECB8CF;
}
</style>
background-color css
<style>
a { background-color: #ECB8CF; }
a { background-color: rgb(236,184,207); }
div.DivClassName
{
background-color: #ECB8CF;
}
.BgClassName
{
background-color: #ECB8CF;
}
</style>
border-color css
<style>
span { border-color: #ECB8CF; }
span { border-color: rgb(236,184,207); }
td.TdClassName
{
border-color: #ECB8CF;
}
.TagClassName
{
border-color: #ECB8CF;
}
</style>