Shades of Chantilly #ECB4BF
Tints of Chantilly #ECB4BF
RGB
CMYK
RGB Variations
Color information
#ECB4BF (or 0xECB4BF) is known color: Chantilly. HEX triplet: EC, B4 and BF. RGB value is (236,180,191). Sum of RGB (Red+Green+Blue) = 236+180+191=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4BF is #134B40. Grayscale: #C6C6C6. Windows color (decimal): -1264449 or 12563692. OLE color: 12563692.
HSL color Cylindrical-coordinate representation of color #ECB4BF: hue angle of 348.21º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4BF is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 191 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.07 |
| HSL | 348.21º | 0.6% | 0.82% | - |
| HSV(B) | 348.21º | 0.24% | 0.93% | - |
| XYZ | 60.32 | 54.24 | 56.58 | - |
| YUV | 198 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 191 | 0 | 0.24 | 0.19 | 0.07 | 348.21 | 0.6 | 0.82 |
| Hex | EC | B4 | BF | 0 | 18 | 13 | 7 | 15C | 3C | 52 |
| Octal | 354 | 264 | 277 | 0 | 30 | 23 | 7 | 534 | 74 | 122 |
| Binary | 11101100 | 10110100 | 10111111 | 0 | 11000 | 10011 | 111 | 101011100 | 111100 | 1010010 |
Color Harmonies of #ECB4BF
Complementary color
Monochromatic Colors of #ECB4BF
Black with #ECB4BF
Text Example
Text Example
White with #ECB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4BF; }
p { color: rgb(236,180,191); }
H1.HeaderClassName
{
color: #ECB4BF;
}
.AnyTagClassName
{
color: #ECB4BF;
}
</style>
background-color css
<style>
a { background-color: #ECB4BF; }
a { background-color: rgb(236,180,191); }
div.DivClassName
{
background-color: #ECB4BF;
}
.BgClassName
{
background-color: #ECB4BF;
}
</style>
border-color css
<style>
span { border-color: #ECB4BF; }
span { border-color: rgb(236,180,191); }
td.TdClassName
{
border-color: #ECB4BF;
}
.TagClassName
{
border-color: #ECB4BF;
}
</style>