Shades of Chantilly #EAB7C3
Tints of Chantilly #EAB7C3
RGB
CMYK
RGB Variations
Color information
#EAB7C3 (or 0xEAB7C3) is known color: Chantilly. HEX triplet: EA, B7 and C3. RGB value is (234,183,195). Sum of RGB (Red+Green+Blue) = 234+183+195=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C3 is #15483C. Grayscale: #C7C7C7. Windows color (decimal): -1394749 or 12826602. OLE color: 12826602.
HSL color Cylindrical-coordinate representation of color #EAB7C3: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7C3 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 195 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.08 |
| HSL | 345.88º | 0.55% | 0.82% | - |
| HSV(B) | 345.88º | 0.22% | 0.92% | - |
| XYZ | 60.72 | 55.3 | 59.1 | - |
| YUV | 199.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 195 | 0 | 0.22 | 0.17 | 0.08 | 345.88 | 0.55 | 0.82 |
| Hex | EA | B7 | C3 | 0 | 16 | 11 | 8 | 15A | 37 | 52 |
| Octal | 352 | 267 | 303 | 0 | 26 | 21 | 10 | 532 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11000011 | 0 | 10110 | 10001 | 1000 | 101011010 | 110111 | 1010010 |
Color Harmonies of #EAB7C3
Complementary color
Monochromatic Colors of #EAB7C3
Black with #EAB7C3
Text Example
Text Example
White with #EAB7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7C3; }
p { color: rgb(234,183,195); }
H1.HeaderClassName
{
color: #EAB7C3;
}
.AnyTagClassName
{
color: #EAB7C3;
}
</style>
background-color css
<style>
a { background-color: #EAB7C3; }
a { background-color: rgb(234,183,195); }
div.DivClassName
{
background-color: #EAB7C3;
}
.BgClassName
{
background-color: #EAB7C3;
}
</style>
border-color css
<style>
span { border-color: #EAB7C3; }
span { border-color: rgb(234,183,195); }
td.TdClassName
{
border-color: #EAB7C3;
}
.TagClassName
{
border-color: #EAB7C3;
}
</style>