Shades of Chantilly #EABCC5
Tints of Chantilly #EABCC5
RGB
CMYK
RGB Variations
Color information
#EABCC5 (or 0xEABCC5) is known color: Chantilly. HEX triplet: EA, BC and C5. RGB value is (234,188,197). Sum of RGB (Red+Green+Blue) = 234+188+197=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC5 is #15433A. Grayscale: #CACACA. Windows color (decimal): -1393467 or 12958954. OLE color: 12958954.
HSL color Cylindrical-coordinate representation of color #EABCC5: hue angle of 348.26º 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 #EABCC5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 197 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.08 |
| HSL | 348.26º | 0.52% | 0.83% | - |
| HSV(B) | 348.26º | 0.2% | 0.92% | - |
| XYZ | 61.99 | 57.49 | 60.65 | - |
| YUV | 202.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 197 | 0 | 0.20 | 0.16 | 0.08 | 348.26 | 0.52 | 0.83 |
| Hex | EA | BC | C5 | 0 | 14 | 10 | 8 | 15C | 34 | 53 |
| Octal | 352 | 274 | 305 | 0 | 24 | 20 | 10 | 534 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000101 | 0 | 10100 | 10000 | 1000 | 101011100 | 110100 | 1010011 |
Color Harmonies of #EABCC5
Complementary color
Monochromatic Colors of #EABCC5
Black with #EABCC5
Text Example
Text Example
White with #EABCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC5; }
p { color: rgb(234,188,197); }
H1.HeaderClassName
{
color: #EABCC5;
}
.AnyTagClassName
{
color: #EABCC5;
}
</style>
background-color css
<style>
a { background-color: #EABCC5; }
a { background-color: rgb(234,188,197); }
div.DivClassName
{
background-color: #EABCC5;
}
.BgClassName
{
background-color: #EABCC5;
}
</style>
border-color css
<style>
span { border-color: #EABCC5; }
span { border-color: rgb(234,188,197); }
td.TdClassName
{
border-color: #EABCC5;
}
.TagClassName
{
border-color: #EABCC5;
}
</style>