Shades of Chantilly #EBC0CD
Tints of Chantilly #EBC0CD
RGB
CMYK
RGB Variations
Color information
#EBC0CD (or 0xEBC0CD) is known color: Chantilly. HEX triplet: EB, C0 and CD. RGB value is (235,192,205). Sum of RGB (Red+Green+Blue) = 235+192+205=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0CD is #143F32. Grayscale: #CECECE. Windows color (decimal): -1326899 or 13484267. OLE color: 13484267.
HSL color Cylindrical-coordinate representation of color #EBC0CD: hue angle of 341.86º degrees, saturation: 0.52, 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 #EBC0CD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 205 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.08 |
| HSL | 341.86º | 0.52% | 0.84% | - |
| HSV(B) | 341.86º | 0.18% | 0.92% | - |
| XYZ | 64.13 | 59.77 | 65.91 | - |
| YUV | 206.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 205 | 0 | 0.18 | 0.13 | 0.08 | 341.86 | 0.52 | 0.84 |
| Hex | EB | C0 | CD | 0 | 12 | D | 8 | 156 | 34 | 54 |
| Octal | 353 | 300 | 315 | 0 | 22 | 15 | 10 | 526 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11001101 | 0 | 10010 | 1101 | 1000 | 101010110 | 110100 | 1010100 |
Color Harmonies of #EBC0CD
Complementary color
Monochromatic Colors of #EBC0CD
Black with #EBC0CD
Text Example
Text Example
White with #EBC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0CD; }
p { color: rgb(235,192,205); }
H1.HeaderClassName
{
color: #EBC0CD;
}
.AnyTagClassName
{
color: #EBC0CD;
}
</style>
background-color css
<style>
a { background-color: #EBC0CD; }
a { background-color: rgb(235,192,205); }
div.DivClassName
{
background-color: #EBC0CD;
}
.BgClassName
{
background-color: #EBC0CD;
}
</style>
border-color css
<style>
span { border-color: #EBC0CD; }
span { border-color: rgb(235,192,205); }
td.TdClassName
{
border-color: #EBC0CD;
}
.TagClassName
{
border-color: #EBC0CD;
}
</style>