Shades of Chantilly #EABCC4
Tints of Chantilly #EABCC4
RGB
CMYK
RGB Variations
Color information
#EABCC4 (or 0xEABCC4) is known color: Chantilly. HEX triplet: EA, BC and C4. RGB value is (234,188,196). Sum of RGB (Red+Green+Blue) = 234+188+196=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC4 is #15433B. Grayscale: #CACACA. Windows color (decimal): -1393468 or 12893418. OLE color: 12893418.
HSL color Cylindrical-coordinate representation of color #EABCC4: hue angle of 349.57º 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 #EABCC4 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 196 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.08 |
| HSL | 349.57º | 0.52% | 0.83% | - |
| HSV(B) | 349.57º | 0.2% | 0.92% | - |
| XYZ | 61.88 | 57.44 | 60.05 | - |
| YUV | 202.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 196 | 0 | 0.20 | 0.16 | 0.08 | 349.57 | 0.52 | 0.83 |
| Hex | EA | BC | C4 | 0 | 14 | 10 | 8 | 15E | 34 | 53 |
| Octal | 352 | 274 | 304 | 0 | 24 | 20 | 10 | 536 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000100 | 0 | 10100 | 10000 | 1000 | 101011110 | 110100 | 1010011 |
Color Harmonies of #EABCC4
Complementary color
Monochromatic Colors of #EABCC4
Black with #EABCC4
Text Example
Text Example
White with #EABCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC4; }
p { color: rgb(234,188,196); }
H1.HeaderClassName
{
color: #EABCC4;
}
.AnyTagClassName
{
color: #EABCC4;
}
</style>
background-color css
<style>
a { background-color: #EABCC4; }
a { background-color: rgb(234,188,196); }
div.DivClassName
{
background-color: #EABCC4;
}
.BgClassName
{
background-color: #EABCC4;
}
</style>
border-color css
<style>
span { border-color: #EABCC4; }
span { border-color: rgb(234,188,196); }
td.TdClassName
{
border-color: #EABCC4;
}
.TagClassName
{
border-color: #EABCC4;
}
</style>