Shades of Chantilly #EAC1C7
Tints of Chantilly #EAC1C7
RGB
CMYK
RGB Variations
Color information
#EAC1C7 (or 0xEAC1C7) is known color: Chantilly. HEX triplet: EA, C1 and C7. RGB value is (234,193,199). Sum of RGB (Red+Green+Blue) = 234+193+199=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1C7 is #153E38. Grayscale: #CDCDCD. Windows color (decimal): -1392185 or 13091306. OLE color: 13091306.
HSL color Cylindrical-coordinate representation of color #EAC1C7: hue angle of 351.22º 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 #EAC1C7 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 199 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.08 |
| HSL | 351.22º | 0.49% | 0.84% | - |
| HSV(B) | 351.22º | 0.18% | 0.92% | - |
| XYZ | 63.31 | 59.76 | 62.23 | - |
| YUV | 205.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 199 | 0 | 0.18 | 0.15 | 0.08 | 351.22 | 0.49 | 0.84 |
| Hex | EA | C1 | C7 | 0 | 12 | F | 8 | 15F | 31 | 54 |
| Octal | 352 | 301 | 307 | 0 | 22 | 17 | 10 | 537 | 61 | 124 |
| Binary | 11101010 | 11000001 | 11000111 | 0 | 10010 | 1111 | 1000 | 101011111 | 110001 | 1010100 |
Color Harmonies of #EAC1C7
Complementary color
Monochromatic Colors of #EAC1C7
Black with #EAC1C7
Text Example
Text Example
White with #EAC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1C7; }
p { color: rgb(234,193,199); }
H1.HeaderClassName
{
color: #EAC1C7;
}
.AnyTagClassName
{
color: #EAC1C7;
}
</style>
background-color css
<style>
a { background-color: #EAC1C7; }
a { background-color: rgb(234,193,199); }
div.DivClassName
{
background-color: #EAC1C7;
}
.BgClassName
{
background-color: #EAC1C7;
}
</style>
border-color css
<style>
span { border-color: #EAC1C7; }
span { border-color: rgb(234,193,199); }
td.TdClassName
{
border-color: #EAC1C7;
}
.TagClassName
{
border-color: #EAC1C7;
}
</style>