Shades of Chantilly #EAB3C4
Tints of Chantilly #EAB3C4
RGB
CMYK
RGB Variations
Color information
#EAB3C4 (or 0xEAB3C4) is known color: Chantilly. HEX triplet: EA, B3 and C4. RGB value is (234,179,196). Sum of RGB (Red+Green+Blue) = 234+179+196=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3C4 is #154C3B. Grayscale: #C5C5C5. Windows color (decimal): -1395772 or 12891114. OLE color: 12891114.
HSL color Cylindrical-coordinate representation of color #EAB3C4: hue angle of 341.45º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3C4 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 196 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.08 |
| HSL | 341.45º | 0.57% | 0.81% | - |
| HSV(B) | 341.45º | 0.24% | 0.92% | - |
| XYZ | 60.02 | 53.72 | 59.43 | - |
| YUV | 197.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 196 | 0 | 0.24 | 0.16 | 0.08 | 341.45 | 0.57 | 0.81 |
| Hex | EA | B3 | C4 | 0 | 18 | 10 | 8 | 155 | 39 | 51 |
| Octal | 352 | 263 | 304 | 0 | 30 | 20 | 10 | 525 | 71 | 121 |
| Binary | 11101010 | 10110011 | 11000100 | 0 | 11000 | 10000 | 1000 | 101010101 | 111001 | 1010001 |
Color Harmonies of #EAB3C4
Complementary color
Monochromatic Colors of #EAB3C4
Black with #EAB3C4
Text Example
Text Example
White with #EAB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3C4; }
p { color: rgb(234,179,196); }
H1.HeaderClassName
{
color: #EAB3C4;
}
.AnyTagClassName
{
color: #EAB3C4;
}
</style>
background-color css
<style>
a { background-color: #EAB3C4; }
a { background-color: rgb(234,179,196); }
div.DivClassName
{
background-color: #EAB3C4;
}
.BgClassName
{
background-color: #EAB3C4;
}
</style>
border-color css
<style>
span { border-color: #EAB3C4; }
span { border-color: rgb(234,179,196); }
td.TdClassName
{
border-color: #EAB3C4;
}
.TagClassName
{
border-color: #EAB3C4;
}
</style>