Shades of Chantilly #ECB3C2
Tints of Chantilly #ECB3C2
RGB
CMYK
RGB Variations
Color information
#ECB3C2 (or 0xECB3C2) is known color: Chantilly. HEX triplet: EC, B3 and C2. RGB value is (236,179,194). Sum of RGB (Red+Green+Blue) = 236+179+194=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3C2 is #134C3D. Grayscale: #C5C5C5. Windows color (decimal): -1264702 or 12760044. OLE color: 12760044.
HSL color Cylindrical-coordinate representation of color #ECB3C2: hue angle of 344.21º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3C2 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 194 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.07 |
| HSL | 344.21º | 0.6% | 0.81% | - |
| HSV(B) | 344.21º | 0.24% | 0.93% | - |
| XYZ | 60.45 | 53.97 | 58.27 | - |
| YUV | 197.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 194 | 0 | 0.24 | 0.18 | 0.07 | 344.21 | 0.6 | 0.81 |
| Hex | EC | B3 | C2 | 0 | 18 | 12 | 7 | 158 | 3C | 51 |
| Octal | 354 | 263 | 302 | 0 | 30 | 22 | 7 | 530 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11000010 | 0 | 11000 | 10010 | 111 | 101011000 | 111100 | 1010001 |
Color Harmonies of #ECB3C2
Complementary color
Monochromatic Colors of #ECB3C2
Black with #ECB3C2
Text Example
Text Example
White with #ECB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3C2; }
p { color: rgb(236,179,194); }
H1.HeaderClassName
{
color: #ECB3C2;
}
.AnyTagClassName
{
color: #ECB3C2;
}
</style>
background-color css
<style>
a { background-color: #ECB3C2; }
a { background-color: rgb(236,179,194); }
div.DivClassName
{
background-color: #ECB3C2;
}
.BgClassName
{
background-color: #ECB3C2;
}
</style>
border-color css
<style>
span { border-color: #ECB3C2; }
span { border-color: rgb(236,179,194); }
td.TdClassName
{
border-color: #ECB3C2;
}
.TagClassName
{
border-color: #ECB3C2;
}
</style>