Shades of Chantilly #EBB9CD
Tints of Chantilly #EBB9CD
RGB
CMYK
RGB Variations
Color information
#EBB9CD (or 0xEBB9CD) is known color: Chantilly. HEX triplet: EB, B9 and CD. RGB value is (235,185,205). Sum of RGB (Red+Green+Blue) = 235+185+205=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9CD is #144632. Grayscale: #CACACA. Windows color (decimal): -1328691 or 13482475. OLE color: 13482475.
HSL color Cylindrical-coordinate representation of color #EBB9CD: hue angle of 336º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9CD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 205 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.08 |
| HSL | 336º | 0.56% | 0.82% | - |
| HSV(B) | 336º | 0.21% | 0.92% | - |
| XYZ | 62.63 | 56.77 | 65.41 | - |
| YUV | 202.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 205 | 0 | 0.21 | 0.13 | 0.08 | 336 | 0.56 | 0.82 |
| Hex | EB | B9 | CD | 0 | 15 | D | 8 | 150 | 38 | 52 |
| Octal | 353 | 271 | 315 | 0 | 25 | 15 | 10 | 520 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11001101 | 0 | 10101 | 1101 | 1000 | 101010000 | 111000 | 1010010 |
Color Harmonies of #EBB9CD
Complementary color
Monochromatic Colors of #EBB9CD
Black with #EBB9CD
Text Example
Text Example
White with #EBB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9CD; }
p { color: rgb(235,185,205); }
H1.HeaderClassName
{
color: #EBB9CD;
}
.AnyTagClassName
{
color: #EBB9CD;
}
</style>
background-color css
<style>
a { background-color: #EBB9CD; }
a { background-color: rgb(235,185,205); }
div.DivClassName
{
background-color: #EBB9CD;
}
.BgClassName
{
background-color: #EBB9CD;
}
</style>
border-color css
<style>
span { border-color: #EBB9CD; }
span { border-color: rgb(235,185,205); }
td.TdClassName
{
border-color: #EBB9CD;
}
.TagClassName
{
border-color: #EBB9CD;
}
</style>