Shades of Chantilly #ECBCD1
Tints of Chantilly #ECBCD1
RGB
CMYK
RGB Variations
Color information
#ECBCD1 (or 0xECBCD1) is known color: Chantilly. HEX triplet: EC, BC and D1. RGB value is (236,188,209). Sum of RGB (Red+Green+Blue) = 236+188+209=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD1 is #13432E. Grayscale: #CCCCCC. Windows color (decimal): -1262383 or 13745388. OLE color: 13745388.
HSL color Cylindrical-coordinate representation of color #ECBCD1: hue angle of 333.75º degrees, saturation: 0.56, 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 #ECBCD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 209 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.07 |
| HSL | 333.75º | 0.56% | 0.83% | - |
| HSV(B) | 333.75º | 0.2% | 0.93% | - |
| XYZ | 64.08 | 58.4 | 68.22 | - |
| YUV | 204.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 209 | 0 | 0.20 | 0.11 | 0.07 | 333.75 | 0.56 | 0.83 |
| Hex | EC | BC | D1 | 0 | 14 | B | 7 | 14E | 38 | 53 |
| Octal | 354 | 274 | 321 | 0 | 24 | 13 | 7 | 516 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11010001 | 0 | 10100 | 1011 | 111 | 101001110 | 111000 | 1010011 |
Color Harmonies of #ECBCD1
Complementary color
Monochromatic Colors of #ECBCD1
Black with #ECBCD1
Text Example
Text Example
White with #ECBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCD1; }
p { color: rgb(236,188,209); }
H1.HeaderClassName
{
color: #ECBCD1;
}
.AnyTagClassName
{
color: #ECBCD1;
}
</style>
background-color css
<style>
a { background-color: #ECBCD1; }
a { background-color: rgb(236,188,209); }
div.DivClassName
{
background-color: #ECBCD1;
}
.BgClassName
{
background-color: #ECBCD1;
}
</style>
border-color css
<style>
span { border-color: #ECBCD1; }
span { border-color: rgb(236,188,209); }
td.TdClassName
{
border-color: #ECBCD1;
}
.TagClassName
{
border-color: #ECBCD1;
}
</style>