Shades of Chantilly #EBC0C9
Tints of Chantilly #EBC0C9
RGB
CMYK
RGB Variations
Color information
#EBC0C9 (or 0xEBC0C9) is known color: Chantilly. HEX triplet: EB, C0 and C9. RGB value is (235,192,201). Sum of RGB (Red+Green+Blue) = 235+192+201=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0C9 is #143F36. Grayscale: #CDCDCD. Windows color (decimal): -1326903 or 13222123. OLE color: 13222123.
HSL color Cylindrical-coordinate representation of color #EBC0C9: hue angle of 347.44º 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 #EBC0C9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 201 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.08 |
| HSL | 347.44º | 0.52% | 0.84% | - |
| HSV(B) | 347.44º | 0.18% | 0.92% | - |
| XYZ | 63.65 | 59.58 | 63.4 | - |
| YUV | 205.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 201 | 0 | 0.18 | 0.14 | 0.08 | 347.44 | 0.52 | 0.84 |
| Hex | EB | C0 | C9 | 0 | 12 | E | 8 | 15B | 34 | 54 |
| Octal | 353 | 300 | 311 | 0 | 22 | 16 | 10 | 533 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11001001 | 0 | 10010 | 1110 | 1000 | 101011011 | 110100 | 1010100 |
Color Harmonies of #EBC0C9
Complementary color
Monochromatic Colors of #EBC0C9
Black with #EBC0C9
Text Example
Text Example
White with #EBC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0C9; }
p { color: rgb(235,192,201); }
H1.HeaderClassName
{
color: #EBC0C9;
}
.AnyTagClassName
{
color: #EBC0C9;
}
</style>
background-color css
<style>
a { background-color: #EBC0C9; }
a { background-color: rgb(235,192,201); }
div.DivClassName
{
background-color: #EBC0C9;
}
.BgClassName
{
background-color: #EBC0C9;
}
</style>
border-color css
<style>
span { border-color: #EBC0C9; }
span { border-color: rgb(235,192,201); }
td.TdClassName
{
border-color: #EBC0C9;
}
.TagClassName
{
border-color: #EBC0C9;
}
</style>