Shades of Chantilly #EABCC6
Tints of Chantilly #EABCC6
RGB
CMYK
RGB Variations
Color information
#EABCC6 (or 0xEABCC6) is known color: Chantilly. HEX triplet: EA, BC and C6. RGB value is (234,188,198). Sum of RGB (Red+Green+Blue) = 234+188+198=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC6 is #154339. Grayscale: #CACACA. Windows color (decimal): -1393466 or 13024490. OLE color: 13024490.
HSL color Cylindrical-coordinate representation of color #EABCC6: hue angle of 346.96º 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 #EABCC6 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 198 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.08 |
| HSL | 346.96º | 0.52% | 0.83% | - |
| HSV(B) | 346.96º | 0.2% | 0.92% | - |
| XYZ | 62.11 | 57.54 | 61.26 | - |
| YUV | 202.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 198 | 0 | 0.20 | 0.15 | 0.08 | 346.96 | 0.52 | 0.83 |
| Hex | EA | BC | C6 | 0 | 14 | F | 8 | 15B | 34 | 53 |
| Octal | 352 | 274 | 306 | 0 | 24 | 17 | 10 | 533 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000110 | 0 | 10100 | 1111 | 1000 | 101011011 | 110100 | 1010011 |
Color Harmonies of #EABCC6
Complementary color
Monochromatic Colors of #EABCC6
Black with #EABCC6
Text Example
Text Example
White with #EABCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC6; }
p { color: rgb(234,188,198); }
H1.HeaderClassName
{
color: #EABCC6;
}
.AnyTagClassName
{
color: #EABCC6;
}
</style>
background-color css
<style>
a { background-color: #EABCC6; }
a { background-color: rgb(234,188,198); }
div.DivClassName
{
background-color: #EABCC6;
}
.BgClassName
{
background-color: #EABCC6;
}
</style>
border-color css
<style>
span { border-color: #EABCC6; }
span { border-color: rgb(234,188,198); }
td.TdClassName
{
border-color: #EABCC6;
}
.TagClassName
{
border-color: #EABCC6;
}
</style>