Shades of Chantilly #E4BAC9
Tints of Chantilly #E4BAC9
RGB
CMYK
RGB Variations
Color information
#E4BAC9 (or 0xE4BAC9) is known color: Chantilly. HEX triplet: E4, BA and C9. RGB value is (228,186,201). Sum of RGB (Red+Green+Blue) = 228+186+201=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BAC9 is #1B4536. Grayscale: #C8C8C8. Windows color (decimal): -1787191 or 13220580. OLE color: 13220580.
HSL color Cylindrical-coordinate representation of color #E4BAC9: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BAC9 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 201 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.11 |
| HSL | 338.57º | 0.44% | 0.81% | - |
| HSV(B) | 338.57º | 0.18% | 0.89% | - |
| XYZ | 60.1 | 55.83 | 62.87 | - |
| YUV | 200.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 201 | 0 | 0.18 | 0.12 | 0.11 | 338.57 | 0.44 | 0.81 |
| Hex | E4 | BA | C9 | 0 | 12 | C | B | 153 | 2C | 51 |
| Octal | 344 | 272 | 311 | 0 | 22 | 14 | 13 | 523 | 54 | 121 |
| Binary | 11100100 | 10111010 | 11001001 | 0 | 10010 | 1100 | 1011 | 101010011 | 101100 | 1010001 |
Color Harmonies of #E4BAC9
Complementary color
Monochromatic Colors of #E4BAC9
Black with #E4BAC9
Text Example
Text Example
White with #E4BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAC9; }
p { color: rgb(228,186,201); }
H1.HeaderClassName
{
color: #E4BAC9;
}
.AnyTagClassName
{
color: #E4BAC9;
}
</style>
background-color css
<style>
a { background-color: #E4BAC9; }
a { background-color: rgb(228,186,201); }
div.DivClassName
{
background-color: #E4BAC9;
}
.BgClassName
{
background-color: #E4BAC9;
}
</style>
border-color css
<style>
span { border-color: #E4BAC9; }
span { border-color: rgb(228,186,201); }
td.TdClassName
{
border-color: #E4BAC9;
}
.TagClassName
{
border-color: #E4BAC9;
}
</style>