Shades of Chantilly #EAC0CD
Tints of Chantilly #EAC0CD
RGB
CMYK
RGB Variations
Color information
#EAC0CD (or 0xEAC0CD) is known color: Chantilly. HEX triplet: EA, C0 and CD. RGB value is (234,192,205). Sum of RGB (Red+Green+Blue) = 234+192+205=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0CD is #153F32. Grayscale: #CECECE. Windows color (decimal): -1392435 or 13484266. OLE color: 13484266.
HSL color Cylindrical-coordinate representation of color #EAC0CD: hue angle of 341.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0CD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 205 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.08 |
| HSL | 341.43º | 0.5% | 0.84% | - |
| HSV(B) | 341.43º | 0.18% | 0.92% | - |
| XYZ | 63.8 | 59.6 | 65.9 | - |
| YUV | 206.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 205 | 0 | 0.18 | 0.12 | 0.08 | 341.43 | 0.5 | 0.84 |
| Hex | EA | C0 | CD | 0 | 12 | C | 8 | 155 | 32 | 54 |
| Octal | 352 | 300 | 315 | 0 | 22 | 14 | 10 | 525 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11001101 | 0 | 10010 | 1100 | 1000 | 101010101 | 110010 | 1010100 |
Color Harmonies of #EAC0CD
Complementary color
Monochromatic Colors of #EAC0CD
Black with #EAC0CD
Text Example
Text Example
White with #EAC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0CD; }
p { color: rgb(234,192,205); }
H1.HeaderClassName
{
color: #EAC0CD;
}
.AnyTagClassName
{
color: #EAC0CD;
}
</style>
background-color css
<style>
a { background-color: #EAC0CD; }
a { background-color: rgb(234,192,205); }
div.DivClassName
{
background-color: #EAC0CD;
}
.BgClassName
{
background-color: #EAC0CD;
}
</style>
border-color css
<style>
span { border-color: #EAC0CD; }
span { border-color: rgb(234,192,205); }
td.TdClassName
{
border-color: #EAC0CD;
}
.TagClassName
{
border-color: #EAC0CD;
}
</style>