Shades of Chantilly #EAB3C7
Tints of Chantilly #EAB3C7
RGB
CMYK
RGB Variations
Color information
#EAB3C7 (or 0xEAB3C7) is known color: Chantilly. HEX triplet: EA, B3 and C7. RGB value is (234,179,199). Sum of RGB (Red+Green+Blue) = 234+179+199=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3C7 is #154C38. Grayscale: #C5C5C5. Windows color (decimal): -1395769 or 13087722. OLE color: 13087722.
HSL color Cylindrical-coordinate representation of color #EAB3C7: hue angle of 338.18º 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 #EAB3C7 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 199 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.08 |
| HSL | 338.18º | 0.57% | 0.81% | - |
| HSV(B) | 338.18º | 0.24% | 0.92% | - |
| XYZ | 60.36 | 53.86 | 61.25 | - |
| YUV | 197.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 199 | 0 | 0.24 | 0.15 | 0.08 | 338.18 | 0.57 | 0.81 |
| Hex | EA | B3 | C7 | 0 | 18 | F | 8 | 152 | 39 | 51 |
| Octal | 352 | 263 | 307 | 0 | 30 | 17 | 10 | 522 | 71 | 121 |
| Binary | 11101010 | 10110011 | 11000111 | 0 | 11000 | 1111 | 1000 | 101010010 | 111001 | 1010001 |
Color Harmonies of #EAB3C7
Complementary color
Monochromatic Colors of #EAB3C7
Black with #EAB3C7
Text Example
Text Example
White with #EAB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3C7; }
p { color: rgb(234,179,199); }
H1.HeaderClassName
{
color: #EAB3C7;
}
.AnyTagClassName
{
color: #EAB3C7;
}
</style>
background-color css
<style>
a { background-color: #EAB3C7; }
a { background-color: rgb(234,179,199); }
div.DivClassName
{
background-color: #EAB3C7;
}
.BgClassName
{
background-color: #EAB3C7;
}
</style>
border-color css
<style>
span { border-color: #EAB3C7; }
span { border-color: rgb(234,179,199); }
td.TdClassName
{
border-color: #EAB3C7;
}
.TagClassName
{
border-color: #EAB3C7;
}
</style>