Shades of Chantilly #EABCCD
Tints of Chantilly #EABCCD
RGB
CMYK
RGB Variations
Color information
#EABCCD (or 0xEABCCD) is known color: Chantilly. HEX triplet: EA, BC and CD. RGB value is (234,188,205). Sum of RGB (Red+Green+Blue) = 234+188+205=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCD is #154332. Grayscale: #CBCBCB. Windows color (decimal): -1393459 or 13483242. OLE color: 13483242.
HSL color Cylindrical-coordinate representation of color #EABCCD: hue angle of 337.83º 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 #EABCCD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 205 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.08 |
| HSL | 337.83º | 0.52% | 0.83% | - |
| HSV(B) | 337.83º | 0.2% | 0.92% | - |
| XYZ | 62.93 | 57.87 | 65.61 | - |
| YUV | 203.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 205 | 0 | 0.20 | 0.12 | 0.08 | 337.83 | 0.52 | 0.83 |
| Hex | EA | BC | CD | 0 | 14 | C | 8 | 152 | 34 | 53 |
| Octal | 352 | 274 | 315 | 0 | 24 | 14 | 10 | 522 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11001101 | 0 | 10100 | 1100 | 1000 | 101010010 | 110100 | 1010011 |
Color Harmonies of #EABCCD
Complementary color
Monochromatic Colors of #EABCCD
Black with #EABCCD
Text Example
Text Example
White with #EABCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCCD; }
p { color: rgb(234,188,205); }
H1.HeaderClassName
{
color: #EABCCD;
}
.AnyTagClassName
{
color: #EABCCD;
}
</style>
background-color css
<style>
a { background-color: #EABCCD; }
a { background-color: rgb(234,188,205); }
div.DivClassName
{
background-color: #EABCCD;
}
.BgClassName
{
background-color: #EABCCD;
}
</style>
border-color css
<style>
span { border-color: #EABCCD; }
span { border-color: rgb(234,188,205); }
td.TdClassName
{
border-color: #EABCCD;
}
.TagClassName
{
border-color: #EABCCD;
}
</style>