Shades of Chantilly #EBB3C9
Tints of Chantilly #EBB3C9
RGB
CMYK
RGB Variations
Color information
#EBB3C9 (or 0xEBB3C9) is known color: Chantilly. HEX triplet: EB, B3 and C9. RGB value is (235,179,201). Sum of RGB (Red+Green+Blue) = 235+179+201=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3C9 is #144C36. Grayscale: #C6C6C6. Windows color (decimal): -1330231 or 13218795. OLE color: 13218795.
HSL color Cylindrical-coordinate representation of color #EBB3C9: hue angle of 336.43º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3C9 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 201 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.08 |
| HSL | 336.43º | 0.58% | 0.81% | - |
| HSV(B) | 336.43º | 0.24% | 0.92% | - |
| XYZ | 60.92 | 54.12 | 62.49 | - |
| YUV | 198.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 201 | 0 | 0.24 | 0.14 | 0.08 | 336.43 | 0.58 | 0.81 |
| Hex | EB | B3 | C9 | 0 | 18 | E | 8 | 150 | 3A | 51 |
| Octal | 353 | 263 | 311 | 0 | 30 | 16 | 10 | 520 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11001001 | 0 | 11000 | 1110 | 1000 | 101010000 | 111010 | 1010001 |
Color Harmonies of #EBB3C9
Complementary color
Monochromatic Colors of #EBB3C9
Black with #EBB3C9
Text Example
Text Example
White with #EBB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3C9; }
p { color: rgb(235,179,201); }
H1.HeaderClassName
{
color: #EBB3C9;
}
.AnyTagClassName
{
color: #EBB3C9;
}
</style>
background-color css
<style>
a { background-color: #EBB3C9; }
a { background-color: rgb(235,179,201); }
div.DivClassName
{
background-color: #EBB3C9;
}
.BgClassName
{
background-color: #EBB3C9;
}
</style>
border-color css
<style>
span { border-color: #EBB3C9; }
span { border-color: rgb(235,179,201); }
td.TdClassName
{
border-color: #EBB3C9;
}
.TagClassName
{
border-color: #EBB3C9;
}
</style>