Shades of Chantilly #EBC0C7
Tints of Chantilly #EBC0C7
RGB
CMYK
RGB Variations
Color information
#EBC0C7 (or 0xEBC0C7) is known color: Chantilly. HEX triplet: EB, C0 and C7. RGB value is (235,192,199). Sum of RGB (Red+Green+Blue) = 235+192+199=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0C7 is #143F38. Grayscale: #CDCDCD. Windows color (decimal): -1326905 or 13091051. OLE color: 13091051.
HSL color Cylindrical-coordinate representation of color #EBC0C7: hue angle of 350.23º 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 #EBC0C7 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 199 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.08 |
| HSL | 350.23º | 0.52% | 0.84% | - |
| HSV(B) | 350.23º | 0.18% | 0.92% | - |
| XYZ | 63.42 | 59.48 | 62.17 | - |
| YUV | 205.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 199 | 0 | 0.18 | 0.15 | 0.08 | 350.23 | 0.52 | 0.84 |
| Hex | EB | C0 | C7 | 0 | 12 | F | 8 | 15E | 34 | 54 |
| Octal | 353 | 300 | 307 | 0 | 22 | 17 | 10 | 536 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11000111 | 0 | 10010 | 1111 | 1000 | 101011110 | 110100 | 1010100 |
Color Harmonies of #EBC0C7
Complementary color
Monochromatic Colors of #EBC0C7
Black with #EBC0C7
Text Example
Text Example
White with #EBC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0C7; }
p { color: rgb(235,192,199); }
H1.HeaderClassName
{
color: #EBC0C7;
}
.AnyTagClassName
{
color: #EBC0C7;
}
</style>
background-color css
<style>
a { background-color: #EBC0C7; }
a { background-color: rgb(235,192,199); }
div.DivClassName
{
background-color: #EBC0C7;
}
.BgClassName
{
background-color: #EBC0C7;
}
</style>
border-color css
<style>
span { border-color: #EBC0C7; }
span { border-color: rgb(235,192,199); }
td.TdClassName
{
border-color: #EBC0C7;
}
.TagClassName
{
border-color: #EBC0C7;
}
</style>