Shades of Chantilly #EBC2D0
Tints of Chantilly #EBC2D0
RGB
CMYK
RGB Variations
Color information
#EBC2D0 (or 0xEBC2D0) is known color: Chantilly. HEX triplet: EB, C2 and D0. RGB value is (235,194,208). Sum of RGB (Red+Green+Blue) = 235+194+208=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D0 is #143D2F. Grayscale: #CFCFCF. Windows color (decimal): -1326384 or 13681387. OLE color: 13681387.
HSL color Cylindrical-coordinate representation of color #EBC2D0: hue angle of 339.51º 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 #EBC2D0 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 208 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.08 |
| HSL | 339.51º | 0.51% | 0.84% | - |
| HSV(B) | 339.51º | 0.17% | 0.92% | - |
| XYZ | 64.94 | 60.8 | 67.99 | - |
| YUV | 207.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 208 | 0 | 0.17 | 0.11 | 0.08 | 339.51 | 0.51 | 0.84 |
| Hex | EB | C2 | D0 | 0 | 11 | B | 8 | 154 | 33 | 54 |
| Octal | 353 | 302 | 320 | 0 | 21 | 13 | 10 | 524 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11010000 | 0 | 10001 | 1011 | 1000 | 101010100 | 110011 | 1010100 |
Color Harmonies of #EBC2D0
Complementary color
Monochromatic Colors of #EBC2D0
Black with #EBC2D0
Text Example
Text Example
White with #EBC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2D0; }
p { color: rgb(235,194,208); }
H1.HeaderClassName
{
color: #EBC2D0;
}
.AnyTagClassName
{
color: #EBC2D0;
}
</style>
background-color css
<style>
a { background-color: #EBC2D0; }
a { background-color: rgb(235,194,208); }
div.DivClassName
{
background-color: #EBC2D0;
}
.BgClassName
{
background-color: #EBC2D0;
}
</style>
border-color css
<style>
span { border-color: #EBC2D0; }
span { border-color: rgb(235,194,208); }
td.TdClassName
{
border-color: #EBC2D0;
}
.TagClassName
{
border-color: #EBC2D0;
}
</style>