Shades of Chantilly #EAACC6
Tints of Chantilly #EAACC6
RGB
CMYK
RGB Variations
Color information
#EAACC6 (or 0xEAACC6) is known color: Chantilly. HEX triplet: EA, AC and C6. RGB value is (234,172,198). Sum of RGB (Red+Green+Blue) = 234+172+198=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC6 is #155339. Grayscale: #C1C1C1. Windows color (decimal): -1397562 or 13020394. OLE color: 13020394.
HSL color Cylindrical-coordinate representation of color #EAACC6: hue angle of 334.84º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACC6 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 198 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.08 |
| HSL | 334.84º | 0.6% | 0.8% | - |
| HSV(B) | 334.84º | 0.26% | 0.92% | - |
| XYZ | 58.88 | 51.07 | 60.18 | - |
| YUV | 193.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 198 | 0 | 0.26 | 0.15 | 0.08 | 334.84 | 0.6 | 0.8 |
| Hex | EA | AC | C6 | 0 | 1A | F | 8 | 14F | 3C | 50 |
| Octal | 352 | 254 | 306 | 0 | 32 | 17 | 10 | 517 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11000110 | 0 | 11010 | 1111 | 1000 | 101001111 | 111100 | 1010000 |
Color Harmonies of #EAACC6
Complementary color
Monochromatic Colors of #EAACC6
Black with #EAACC6
Text Example
Text Example
White with #EAACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACC6; }
p { color: rgb(234,172,198); }
H1.HeaderClassName
{
color: #EAACC6;
}
.AnyTagClassName
{
color: #EAACC6;
}
</style>
background-color css
<style>
a { background-color: #EAACC6; }
a { background-color: rgb(234,172,198); }
div.DivClassName
{
background-color: #EAACC6;
}
.BgClassName
{
background-color: #EAACC6;
}
</style>
border-color css
<style>
span { border-color: #EAACC6; }
span { border-color: rgb(234,172,198); }
td.TdClassName
{
border-color: #EAACC6;
}
.TagClassName
{
border-color: #EAACC6;
}
</style>