Shades of Chantilly #E5BCC9
Tints of Chantilly #E5BCC9
RGB
CMYK
RGB Variations
Color information
#E5BCC9 (or 0xE5BCC9) is known color: Chantilly. HEX triplet: E5, BC and C9. RGB value is (229,188,201). Sum of RGB (Red+Green+Blue) = 229+188+201=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCC9 is #1A4336. Grayscale: #C9C9C9. Windows color (decimal): -1721143 or 13221093. OLE color: 13221093.
HSL color Cylindrical-coordinate representation of color #E5BCC9: hue angle of 340.98º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCC9 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 201 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.10 |
| HSL | 340.98º | 0.44% | 0.82% | - |
| HSV(B) | 340.98º | 0.18% | 0.9% | - |
| XYZ | 60.84 | 56.84 | 63.02 | - |
| YUV | 201.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 201 | 0 | 0.18 | 0.12 | 0.10 | 340.98 | 0.44 | 0.82 |
| Hex | E5 | BC | C9 | 0 | 12 | C | A | 155 | 2C | 52 |
| Octal | 345 | 274 | 311 | 0 | 22 | 14 | 12 | 525 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11001001 | 0 | 10010 | 1100 | 1010 | 101010101 | 101100 | 1010010 |
Color Harmonies of #E5BCC9
Complementary color
Monochromatic Colors of #E5BCC9
Black with #E5BCC9
Text Example
Text Example
White with #E5BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCC9; }
p { color: rgb(229,188,201); }
H1.HeaderClassName
{
color: #E5BCC9;
}
.AnyTagClassName
{
color: #E5BCC9;
}
</style>
background-color css
<style>
a { background-color: #E5BCC9; }
a { background-color: rgb(229,188,201); }
div.DivClassName
{
background-color: #E5BCC9;
}
.BgClassName
{
background-color: #E5BCC9;
}
</style>
border-color css
<style>
span { border-color: #E5BCC9; }
span { border-color: rgb(229,188,201); }
td.TdClassName
{
border-color: #E5BCC9;
}
.TagClassName
{
border-color: #E5BCC9;
}
</style>