Shades of Chantilly #EABCC2
Tints of Chantilly #EABCC2
RGB
CMYK
RGB Variations
Color information
#EABCC2 (or 0xEABCC2) is known color: Chantilly. HEX triplet: EA, BC and C2. RGB value is (234,188,194). Sum of RGB (Red+Green+Blue) = 234+188+194=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC2 is #15433D. Grayscale: #CACACA. Windows color (decimal): -1393470 or 12762346. OLE color: 12762346.
HSL color Cylindrical-coordinate representation of color #EABCC2: hue angle of 352.17º 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 #EABCC2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 194 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 352.17º | 0.52% | 0.83% | - |
| HSV(B) | 352.17º | 0.2% | 0.92% | - |
| XYZ | 61.65 | 57.35 | 58.86 | - |
| YUV | 202.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 194 | 0 | 0.20 | 0.17 | 0.08 | 352.17 | 0.52 | 0.83 |
| Hex | EA | BC | C2 | 0 | 14 | 11 | 8 | 160 | 34 | 53 |
| Octal | 352 | 274 | 302 | 0 | 24 | 21 | 10 | 540 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000010 | 0 | 10100 | 10001 | 1000 | 101100000 | 110100 | 1010011 |
Color Harmonies of #EABCC2
Complementary color
Monochromatic Colors of #EABCC2
Black with #EABCC2
Text Example
Text Example
White with #EABCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC2; }
p { color: rgb(234,188,194); }
H1.HeaderClassName
{
color: #EABCC2;
}
.AnyTagClassName
{
color: #EABCC2;
}
</style>
background-color css
<style>
a { background-color: #EABCC2; }
a { background-color: rgb(234,188,194); }
div.DivClassName
{
background-color: #EABCC2;
}
.BgClassName
{
background-color: #EABCC2;
}
</style>
border-color css
<style>
span { border-color: #EABCC2; }
span { border-color: rgb(234,188,194); }
td.TdClassName
{
border-color: #EABCC2;
}
.TagClassName
{
border-color: #EABCC2;
}
</style>