Shades of Chantilly #ECBECF
Tints of Chantilly #ECBECF
RGB
CMYK
RGB Variations
Color information
#ECBECF (or 0xECBECF) is known color: Chantilly. HEX triplet: EC, BE and CF. RGB value is (236,190,207). Sum of RGB (Red+Green+Blue) = 236+190+207=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBECF is #134130. Grayscale: #CDCDCD. Windows color (decimal): -1261873 or 13614828. OLE color: 13614828.
HSL color Cylindrical-coordinate representation of color #ECBECF: hue angle of 337.83º 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 #ECBECF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 207 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.07 |
| HSL | 337.83º | 0.55% | 0.84% | - |
| HSV(B) | 337.83º | 0.19% | 0.93% | - |
| XYZ | 64.27 | 59.16 | 67.06 | - |
| YUV | 205.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 207 | 0 | 0.19 | 0.12 | 0.07 | 337.83 | 0.55 | 0.84 |
| Hex | EC | BE | CF | 0 | 13 | C | 7 | 152 | 37 | 54 |
| Octal | 354 | 276 | 317 | 0 | 23 | 14 | 7 | 522 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11001111 | 0 | 10011 | 1100 | 111 | 101010010 | 110111 | 1010100 |
Color Harmonies of #ECBECF
Complementary color
Monochromatic Colors of #ECBECF
Black with #ECBECF
Text Example
Text Example
White with #ECBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBECF; }
p { color: rgb(236,190,207); }
H1.HeaderClassName
{
color: #ECBECF;
}
.AnyTagClassName
{
color: #ECBECF;
}
</style>
background-color css
<style>
a { background-color: #ECBECF; }
a { background-color: rgb(236,190,207); }
div.DivClassName
{
background-color: #ECBECF;
}
.BgClassName
{
background-color: #ECBECF;
}
</style>
border-color css
<style>
span { border-color: #ECBECF; }
span { border-color: rgb(236,190,207); }
td.TdClassName
{
border-color: #ECBECF;
}
.TagClassName
{
border-color: #ECBECF;
}
</style>