Shades of Chantilly #EAC1C9
Tints of Chantilly #EAC1C9
RGB
CMYK
RGB Variations
Color information
#EAC1C9 (or 0xEAC1C9) is known color: Chantilly. HEX triplet: EA, C1 and C9. RGB value is (234,193,201). Sum of RGB (Red+Green+Blue) = 234+193+201=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1C9 is #153E36. Grayscale: #CECECE. Windows color (decimal): -1392183 or 13222378. OLE color: 13222378.
HSL color Cylindrical-coordinate representation of color #EAC1C9: hue angle of 348.29º degrees, saturation: 0.49, 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 #EAC1C9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 201 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.08 |
| HSL | 348.29º | 0.49% | 0.84% | - |
| HSV(B) | 348.29º | 0.18% | 0.92% | - |
| XYZ | 63.54 | 59.85 | 63.46 | - |
| YUV | 206.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 201 | 0 | 0.18 | 0.14 | 0.08 | 348.29 | 0.49 | 0.84 |
| Hex | EA | C1 | C9 | 0 | 12 | E | 8 | 15C | 31 | 54 |
| Octal | 352 | 301 | 311 | 0 | 22 | 16 | 10 | 534 | 61 | 124 |
| Binary | 11101010 | 11000001 | 11001001 | 0 | 10010 | 1110 | 1000 | 101011100 | 110001 | 1010100 |
Color Harmonies of #EAC1C9
Complementary color
Monochromatic Colors of #EAC1C9
Black with #EAC1C9
Text Example
Text Example
White with #EAC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1C9; }
p { color: rgb(234,193,201); }
H1.HeaderClassName
{
color: #EAC1C9;
}
.AnyTagClassName
{
color: #EAC1C9;
}
</style>
background-color css
<style>
a { background-color: #EAC1C9; }
a { background-color: rgb(234,193,201); }
div.DivClassName
{
background-color: #EAC1C9;
}
.BgClassName
{
background-color: #EAC1C9;
}
</style>
border-color css
<style>
span { border-color: #EAC1C9; }
span { border-color: rgb(234,193,201); }
td.TdClassName
{
border-color: #EAC1C9;
}
.TagClassName
{
border-color: #EAC1C9;
}
</style>