Shades of Chantilly #EBC2CD
Tints of Chantilly #EBC2CD
RGB
CMYK
RGB Variations
Color information
#EBC2CD (or 0xEBC2CD) is known color: Chantilly. HEX triplet: EB, C2 and CD. RGB value is (235,194,205). Sum of RGB (Red+Green+Blue) = 235+194+205=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2CD is #143D32. Grayscale: #CFCFCF. Windows color (decimal): -1326387 or 13484779. OLE color: 13484779.
HSL color Cylindrical-coordinate representation of color #EBC2CD: hue angle of 343.9º degrees, saturation: 0.51, 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 #EBC2CD is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 205 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.08 |
| HSL | 343.9º | 0.51% | 0.84% | - |
| HSV(B) | 343.9º | 0.17% | 0.92% | - |
| XYZ | 64.57 | 60.65 | 66.06 | - |
| YUV | 207.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 205 | 0 | 0.17 | 0.13 | 0.08 | 343.9 | 0.51 | 0.84 |
| Hex | EB | C2 | CD | 0 | 11 | D | 8 | 158 | 33 | 54 |
| Octal | 353 | 302 | 315 | 0 | 21 | 15 | 10 | 530 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11001101 | 0 | 10001 | 1101 | 1000 | 101011000 | 110011 | 1010100 |
Color Harmonies of #EBC2CD
Complementary color
Monochromatic Colors of #EBC2CD
Black with #EBC2CD
Text Example
Text Example
White with #EBC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2CD; }
p { color: rgb(235,194,205); }
H1.HeaderClassName
{
color: #EBC2CD;
}
.AnyTagClassName
{
color: #EBC2CD;
}
</style>
background-color css
<style>
a { background-color: #EBC2CD; }
a { background-color: rgb(235,194,205); }
div.DivClassName
{
background-color: #EBC2CD;
}
.BgClassName
{
background-color: #EBC2CD;
}
</style>
border-color css
<style>
span { border-color: #EBC2CD; }
span { border-color: rgb(235,194,205); }
td.TdClassName
{
border-color: #EBC2CD;
}
.TagClassName
{
border-color: #EBC2CD;
}
</style>