Shades of Chantilly #EABBC4
Tints of Chantilly #EABBC4
RGB
CMYK
RGB Variations
Color information
#EABBC4 (or 0xEABBC4) is known color: Chantilly. HEX triplet: EA, BB and C4. RGB value is (234,187,196). Sum of RGB (Red+Green+Blue) = 234+187+196=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC4 is #15443B. Grayscale: #CACACA. Windows color (decimal): -1393724 or 12893162. OLE color: 12893162.
HSL color Cylindrical-coordinate representation of color #EABBC4: hue angle of 348.51º degrees, saturation: 0.53, 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 #EABBC4 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 196 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.08 |
| HSL | 348.51º | 0.53% | 0.83% | - |
| HSV(B) | 348.51º | 0.2% | 0.92% | - |
| XYZ | 61.67 | 57.02 | 59.98 | - |
| YUV | 202.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 196 | 0 | 0.20 | 0.16 | 0.08 | 348.51 | 0.53 | 0.83 |
| Hex | EA | BB | C4 | 0 | 14 | 10 | 8 | 15D | 35 | 53 |
| Octal | 352 | 273 | 304 | 0 | 24 | 20 | 10 | 535 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11000100 | 0 | 10100 | 10000 | 1000 | 101011101 | 110101 | 1010011 |
Color Harmonies of #EABBC4
Complementary color
Monochromatic Colors of #EABBC4
Black with #EABBC4
Text Example
Text Example
White with #EABBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBC4; }
p { color: rgb(234,187,196); }
H1.HeaderClassName
{
color: #EABBC4;
}
.AnyTagClassName
{
color: #EABBC4;
}
</style>
background-color css
<style>
a { background-color: #EABBC4; }
a { background-color: rgb(234,187,196); }
div.DivClassName
{
background-color: #EABBC4;
}
.BgClassName
{
background-color: #EABBC4;
}
</style>
border-color css
<style>
span { border-color: #EABBC4; }
span { border-color: rgb(234,187,196); }
td.TdClassName
{
border-color: #EABBC4;
}
.TagClassName
{
border-color: #EABBC4;
}
</style>