Shades of Chantilly #EAB4C6
Tints of Chantilly #EAB4C6
RGB
CMYK
RGB Variations
Color information
#EAB4C6 (or 0xEAB4C6) is known color: Chantilly. HEX triplet: EA, B4 and C6. RGB value is (234,180,198). Sum of RGB (Red+Green+Blue) = 234+180+198=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4C6 is #154B39. Grayscale: #C6C6C6. Windows color (decimal): -1395514 or 13022442. OLE color: 13022442.
HSL color Cylindrical-coordinate representation of color #EAB4C6: hue angle of 340º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4C6 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 198 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.08 |
| HSL | 340º | 0.56% | 0.81% | - |
| HSV(B) | 340º | 0.23% | 0.92% | - |
| XYZ | 60.45 | 54.21 | 60.7 | - |
| YUV | 198.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 198 | 0 | 0.23 | 0.15 | 0.08 | 340 | 0.56 | 0.81 |
| Hex | EA | B4 | C6 | 0 | 17 | F | 8 | 154 | 38 | 51 |
| Octal | 352 | 264 | 306 | 0 | 27 | 17 | 10 | 524 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11000110 | 0 | 10111 | 1111 | 1000 | 101010100 | 111000 | 1010001 |
Color Harmonies of #EAB4C6
Complementary color
Monochromatic Colors of #EAB4C6
Black with #EAB4C6
Text Example
Text Example
White with #EAB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4C6; }
p { color: rgb(234,180,198); }
H1.HeaderClassName
{
color: #EAB4C6;
}
.AnyTagClassName
{
color: #EAB4C6;
}
</style>
background-color css
<style>
a { background-color: #EAB4C6; }
a { background-color: rgb(234,180,198); }
div.DivClassName
{
background-color: #EAB4C6;
}
.BgClassName
{
background-color: #EAB4C6;
}
</style>
border-color css
<style>
span { border-color: #EAB4C6; }
span { border-color: rgb(234,180,198); }
td.TdClassName
{
border-color: #EAB4C6;
}
.TagClassName
{
border-color: #EAB4C6;
}
</style>