Shades of Chantilly #EAC2C8
Tints of Chantilly #EAC2C8
RGB
CMYK
RGB Variations
Color information
#EAC2C8 (or 0xEAC2C8) is known color: Chantilly. HEX triplet: EA, C2 and C8. RGB value is (234,194,200). Sum of RGB (Red+Green+Blue) = 234+194+200=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2C8 is #153D37. Grayscale: #CECECE. Windows color (decimal): -1391928 or 13157098. OLE color: 13157098.
HSL color Cylindrical-coordinate representation of color #EAC2C8: hue angle of 351º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2C8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 200 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.08 |
| HSL | 351º | 0.49% | 0.84% | - |
| HSV(B) | 351º | 0.17% | 0.92% | - |
| XYZ | 63.65 | 60.25 | 62.92 | - |
| YUV | 206.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 200 | 0 | 0.17 | 0.15 | 0.08 | 351 | 0.49 | 0.84 |
| Hex | EA | C2 | C8 | 0 | 11 | F | 8 | 15F | 31 | 54 |
| Octal | 352 | 302 | 310 | 0 | 21 | 17 | 10 | 537 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11001000 | 0 | 10001 | 1111 | 1000 | 101011111 | 110001 | 1010100 |
Color Harmonies of #EAC2C8
Complementary color
Monochromatic Colors of #EAC2C8
Black with #EAC2C8
Text Example
Text Example
White with #EAC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2C8; }
p { color: rgb(234,194,200); }
H1.HeaderClassName
{
color: #EAC2C8;
}
.AnyTagClassName
{
color: #EAC2C8;
}
</style>
background-color css
<style>
a { background-color: #EAC2C8; }
a { background-color: rgb(234,194,200); }
div.DivClassName
{
background-color: #EAC2C8;
}
.BgClassName
{
background-color: #EAC2C8;
}
</style>
border-color css
<style>
span { border-color: #EAC2C8; }
span { border-color: rgb(234,194,200); }
td.TdClassName
{
border-color: #EAC2C8;
}
.TagClassName
{
border-color: #EAC2C8;
}
</style>