Shades of Chantilly #ECBDCF
Tints of Chantilly #ECBDCF
RGB
CMYK
RGB Variations
Color information
#ECBDCF (or 0xECBDCF) is known color: Chantilly. HEX triplet: EC, BD and CF. RGB value is (236,189,207). Sum of RGB (Red+Green+Blue) = 236+189+207=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDCF is #134230. Grayscale: #CDCDCD. Windows color (decimal): -1262129 or 13614572. OLE color: 13614572.
HSL color Cylindrical-coordinate representation of color #ECBDCF: hue angle of 337.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDCF is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 207 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.07 |
| HSL | 337.02º | 0.55% | 0.83% | - |
| HSV(B) | 337.02º | 0.2% | 0.93% | - |
| XYZ | 64.05 | 58.73 | 66.99 | - |
| YUV | 205.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 207 | 0 | 0.20 | 0.12 | 0.07 | 337.02 | 0.55 | 0.83 |
| Hex | EC | BD | CF | 0 | 14 | C | 7 | 151 | 37 | 53 |
| Octal | 354 | 275 | 317 | 0 | 24 | 14 | 7 | 521 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11001111 | 0 | 10100 | 1100 | 111 | 101010001 | 110111 | 1010011 |
Color Harmonies of #ECBDCF
Complementary color
Monochromatic Colors of #ECBDCF
Black with #ECBDCF
Text Example
Text Example
White with #ECBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDCF; }
p { color: rgb(236,189,207); }
H1.HeaderClassName
{
color: #ECBDCF;
}
.AnyTagClassName
{
color: #ECBDCF;
}
</style>
background-color css
<style>
a { background-color: #ECBDCF; }
a { background-color: rgb(236,189,207); }
div.DivClassName
{
background-color: #ECBDCF;
}
.BgClassName
{
background-color: #ECBDCF;
}
</style>
border-color css
<style>
span { border-color: #ECBDCF; }
span { border-color: rgb(236,189,207); }
td.TdClassName
{
border-color: #ECBDCF;
}
.TagClassName
{
border-color: #ECBDCF;
}
</style>