Shades of Chantilly #ECBED1
Tints of Chantilly #ECBED1
RGB
CMYK
RGB Variations
Color information
#ECBED1 (or 0xECBED1) is known color: Chantilly. HEX triplet: EC, BE and D1. RGB value is (236,190,209). Sum of RGB (Red+Green+Blue) = 236+190+209=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBED1 is #13412E. Grayscale: #CDCDCD. Windows color (decimal): -1261871 or 13745900. OLE color: 13745900.
HSL color Cylindrical-coordinate representation of color #ECBED1: hue angle of 335.22º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBED1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 209 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.07 |
| HSL | 335.22º | 0.55% | 0.84% | - |
| HSV(B) | 335.22º | 0.19% | 0.93% | - |
| XYZ | 64.51 | 59.26 | 68.36 | - |
| YUV | 205.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 209 | 0 | 0.19 | 0.11 | 0.07 | 335.22 | 0.55 | 0.84 |
| Hex | EC | BE | D1 | 0 | 13 | B | 7 | 14F | 37 | 54 |
| Octal | 354 | 276 | 321 | 0 | 23 | 13 | 7 | 517 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11010001 | 0 | 10011 | 1011 | 111 | 101001111 | 110111 | 1010100 |
Color Harmonies of #ECBED1
Complementary color
Monochromatic Colors of #ECBED1
Black with #ECBED1
Text Example
Text Example
White with #ECBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBED1; }
p { color: rgb(236,190,209); }
H1.HeaderClassName
{
color: #ECBED1;
}
.AnyTagClassName
{
color: #ECBED1;
}
</style>
background-color css
<style>
a { background-color: #ECBED1; }
a { background-color: rgb(236,190,209); }
div.DivClassName
{
background-color: #ECBED1;
}
.BgClassName
{
background-color: #ECBED1;
}
</style>
border-color css
<style>
span { border-color: #ECBED1; }
span { border-color: rgb(236,190,209); }
td.TdClassName
{
border-color: #ECBED1;
}
.TagClassName
{
border-color: #ECBED1;
}
</style>