Shades of Chantilly #EABCC9
Tints of Chantilly #EABCC9
RGB
CMYK
RGB Variations
Color information
#EABCC9 (or 0xEABCC9) is known color: Chantilly. HEX triplet: EA, BC and C9. RGB value is (234,188,201). Sum of RGB (Red+Green+Blue) = 234+188+201=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC9 is #154336. Grayscale: #CBCBCB. Windows color (decimal): -1393463 or 13221098. OLE color: 13221098.
HSL color Cylindrical-coordinate representation of color #EABCC9: hue angle of 343.04º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCC9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 201 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.08 |
| HSL | 343.04º | 0.52% | 0.83% | - |
| HSV(B) | 343.04º | 0.2% | 0.92% | - |
| XYZ | 62.46 | 57.68 | 63.1 | - |
| YUV | 203.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 201 | 0 | 0.20 | 0.14 | 0.08 | 343.04 | 0.52 | 0.83 |
| Hex | EA | BC | C9 | 0 | 14 | E | 8 | 157 | 34 | 53 |
| Octal | 352 | 274 | 311 | 0 | 24 | 16 | 10 | 527 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11001001 | 0 | 10100 | 1110 | 1000 | 101010111 | 110100 | 1010011 |
Color Harmonies of #EABCC9
Complementary color
Monochromatic Colors of #EABCC9
Black with #EABCC9
Text Example
Text Example
White with #EABCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC9; }
p { color: rgb(234,188,201); }
H1.HeaderClassName
{
color: #EABCC9;
}
.AnyTagClassName
{
color: #EABCC9;
}
</style>
background-color css
<style>
a { background-color: #EABCC9; }
a { background-color: rgb(234,188,201); }
div.DivClassName
{
background-color: #EABCC9;
}
.BgClassName
{
background-color: #EABCC9;
}
</style>
border-color css
<style>
span { border-color: #EABCC9; }
span { border-color: rgb(234,188,201); }
td.TdClassName
{
border-color: #EABCC9;
}
.TagClassName
{
border-color: #EABCC9;
}
</style>