Shades of Chantilly #ECBDCE
Tints of Chantilly #ECBDCE
RGB
CMYK
RGB Variations
Color information
#ECBDCE (or 0xECBDCE) is known color: Chantilly. HEX triplet: EC, BD and CE. RGB value is (236,189,206). Sum of RGB (Red+Green+Blue) = 236+189+206=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDCE is #134231. Grayscale: #CCCCCC. Windows color (decimal): -1262130 or 13549036. OLE color: 13549036.
HSL color Cylindrical-coordinate representation of color #ECBDCE: hue angle of 338.3º 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 #ECBDCE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 206 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.07 |
| HSL | 338.3º | 0.55% | 0.83% | - |
| HSV(B) | 338.3º | 0.2% | 0.93% | - |
| XYZ | 63.93 | 58.68 | 66.35 | - |
| YUV | 204.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 206 | 0 | 0.20 | 0.13 | 0.07 | 338.3 | 0.55 | 0.83 |
| Hex | EC | BD | CE | 0 | 14 | D | 7 | 152 | 37 | 53 |
| Octal | 354 | 275 | 316 | 0 | 24 | 15 | 7 | 522 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11001110 | 0 | 10100 | 1101 | 111 | 101010010 | 110111 | 1010011 |
Color Harmonies of #ECBDCE
Complementary color
Monochromatic Colors of #ECBDCE
Black with #ECBDCE
Text Example
Text Example
White with #ECBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDCE; }
p { color: rgb(236,189,206); }
H1.HeaderClassName
{
color: #ECBDCE;
}
.AnyTagClassName
{
color: #ECBDCE;
}
</style>
background-color css
<style>
a { background-color: #ECBDCE; }
a { background-color: rgb(236,189,206); }
div.DivClassName
{
background-color: #ECBDCE;
}
.BgClassName
{
background-color: #ECBDCE;
}
</style>
border-color css
<style>
span { border-color: #ECBDCE; }
span { border-color: rgb(236,189,206); }
td.TdClassName
{
border-color: #ECBDCE;
}
.TagClassName
{
border-color: #ECBDCE;
}
</style>