Shades of Chantilly #EAB7C1
Tints of Chantilly #EAB7C1
RGB
CMYK
RGB Variations
Color information
#EAB7C1 (or 0xEAB7C1) is known color: Chantilly. HEX triplet: EA, B7 and C1. RGB value is (234,183,193). Sum of RGB (Red+Green+Blue) = 234+183+193=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7C1 is #15483E. Grayscale: #C7C7C7. Windows color (decimal): -1394751 or 12695530. OLE color: 12695530.
HSL color Cylindrical-coordinate representation of color #EAB7C1: hue angle of 348.24º 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 #EAB7C1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 193 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.08 |
| HSL | 348.24º | 0.55% | 0.82% | - |
| HSV(B) | 348.24º | 0.22% | 0.92% | - |
| XYZ | 60.49 | 55.21 | 57.92 | - |
| YUV | 199.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 193 | 0 | 0.22 | 0.18 | 0.08 | 348.24 | 0.55 | 0.82 |
| Hex | EA | B7 | C1 | 0 | 16 | 12 | 8 | 15C | 37 | 52 |
| Octal | 352 | 267 | 301 | 0 | 26 | 22 | 10 | 534 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11000001 | 0 | 10110 | 10010 | 1000 | 101011100 | 110111 | 1010010 |
Color Harmonies of #EAB7C1
Complementary color
Monochromatic Colors of #EAB7C1
Black with #EAB7C1
Text Example
Text Example
White with #EAB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7C1; }
p { color: rgb(234,183,193); }
H1.HeaderClassName
{
color: #EAB7C1;
}
.AnyTagClassName
{
color: #EAB7C1;
}
</style>
background-color css
<style>
a { background-color: #EAB7C1; }
a { background-color: rgb(234,183,193); }
div.DivClassName
{
background-color: #EAB7C1;
}
.BgClassName
{
background-color: #EAB7C1;
}
</style>
border-color css
<style>
span { border-color: #EAB7C1; }
span { border-color: rgb(234,183,193); }
td.TdClassName
{
border-color: #EAB7C1;
}
.TagClassName
{
border-color: #EAB7C1;
}
</style>