Shades of Chantilly #ECBECA
Tints of Chantilly #ECBECA
RGB
CMYK
RGB Variations
Color information
#ECBECA (or 0xECBECA) is known color: Chantilly. HEX triplet: EC, BE and CA. RGB value is (236,190,202). Sum of RGB (Red+Green+Blue) = 236+190+202=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBECA is #134135. Grayscale: #CDCDCD. Windows color (decimal): -1261878 or 13287148. OLE color: 13287148.
HSL color Cylindrical-coordinate representation of color #ECBECA: hue angle of 344.35º 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 #ECBECA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 202 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 344.35º | 0.55% | 0.84% | - |
| HSV(B) | 344.35º | 0.19% | 0.93% | - |
| XYZ | 63.67 | 58.92 | 63.9 | - |
| YUV | 205.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 202 | 0 | 0.19 | 0.14 | 0.07 | 344.35 | 0.55 | 0.84 |
| Hex | EC | BE | CA | 0 | 13 | E | 7 | 158 | 37 | 54 |
| Octal | 354 | 276 | 312 | 0 | 23 | 16 | 7 | 530 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11001010 | 0 | 10011 | 1110 | 111 | 101011000 | 110111 | 1010100 |
Color Harmonies of #ECBECA
Complementary color
Monochromatic Colors of #ECBECA
Black with #ECBECA
Text Example
Text Example
White with #ECBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBECA; }
p { color: rgb(236,190,202); }
H1.HeaderClassName
{
color: #ECBECA;
}
.AnyTagClassName
{
color: #ECBECA;
}
</style>
background-color css
<style>
a { background-color: #ECBECA; }
a { background-color: rgb(236,190,202); }
div.DivClassName
{
background-color: #ECBECA;
}
.BgClassName
{
background-color: #ECBECA;
}
</style>
border-color css
<style>
span { border-color: #ECBECA; }
span { border-color: rgb(236,190,202); }
td.TdClassName
{
border-color: #ECBECA;
}
.TagClassName
{
border-color: #ECBECA;
}
</style>