Shades of Chantilly #EABCCC
Tints of Chantilly #EABCCC
RGB
CMYK
RGB Variations
Color information
#EABCCC (or 0xEABCCC) is known color: Chantilly. HEX triplet: EA, BC and CC. RGB value is (234,188,204). Sum of RGB (Red+Green+Blue) = 234+188+204=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCC is #154333. Grayscale: #CBCBCB. Windows color (decimal): -1393460 or 13417706. OLE color: 13417706.
HSL color Cylindrical-coordinate representation of color #EABCCC: hue angle of 339.13º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCCC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 204 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.08 |
| HSL | 339.13º | 0.52% | 0.83% | - |
| HSV(B) | 339.13º | 0.2% | 0.92% | - |
| XYZ | 62.81 | 57.82 | 64.98 | - |
| YUV | 203.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 204 | 0 | 0.20 | 0.13 | 0.08 | 339.13 | 0.52 | 0.83 |
| Hex | EA | BC | CC | 0 | 14 | D | 8 | 153 | 34 | 53 |
| Octal | 352 | 274 | 314 | 0 | 24 | 15 | 10 | 523 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11001100 | 0 | 10100 | 1101 | 1000 | 101010011 | 110100 | 1010011 |
Color Harmonies of #EABCCC
Complementary color
Monochromatic Colors of #EABCCC
Black with #EABCCC
Text Example
Text Example
White with #EABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCCC; }
p { color: rgb(234,188,204); }
H1.HeaderClassName
{
color: #EABCCC;
}
.AnyTagClassName
{
color: #EABCCC;
}
</style>
background-color css
<style>
a { background-color: #EABCCC; }
a { background-color: rgb(234,188,204); }
div.DivClassName
{
background-color: #EABCCC;
}
.BgClassName
{
background-color: #EABCCC;
}
</style>
border-color css
<style>
span { border-color: #EABCCC; }
span { border-color: rgb(234,188,204); }
td.TdClassName
{
border-color: #EABCCC;
}
.TagClassName
{
border-color: #EABCCC;
}
</style>