Shades of Chantilly #EBB3BE
Tints of Chantilly #EBB3BE
RGB
CMYK
RGB Variations
Color information
#EBB3BE (or 0xEBB3BE) is known color: Chantilly. HEX triplet: EB, B3 and BE. RGB value is (235,179,190). Sum of RGB (Red+Green+Blue) = 235+179+190=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3BE is #144C41. Grayscale: #C5C5C5. Windows color (decimal): -1330242 or 12497899. OLE color: 12497899.
HSL color Cylindrical-coordinate representation of color #EBB3BE: hue angle of 348.21º 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 #EBB3BE is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 190 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.08 |
| HSL | 348.21º | 0.58% | 0.81% | - |
| HSV(B) | 348.21º | 0.24% | 0.92% | - |
| XYZ | 59.68 | 53.62 | 55.92 | - |
| YUV | 197 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 190 | 0 | 0.24 | 0.19 | 0.08 | 348.21 | 0.58 | 0.81 |
| Hex | EB | B3 | BE | 0 | 18 | 13 | 8 | 15C | 3A | 51 |
| Octal | 353 | 263 | 276 | 0 | 30 | 23 | 10 | 534 | 72 | 121 |
| Binary | 11101011 | 10110011 | 10111110 | 0 | 11000 | 10011 | 1000 | 101011100 | 111010 | 1010001 |
Color Harmonies of #EBB3BE
Complementary color
Monochromatic Colors of #EBB3BE
Black with #EBB3BE
Text Example
Text Example
White with #EBB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3BE; }
p { color: rgb(235,179,190); }
H1.HeaderClassName
{
color: #EBB3BE;
}
.AnyTagClassName
{
color: #EBB3BE;
}
</style>
background-color css
<style>
a { background-color: #EBB3BE; }
a { background-color: rgb(235,179,190); }
div.DivClassName
{
background-color: #EBB3BE;
}
.BgClassName
{
background-color: #EBB3BE;
}
</style>
border-color css
<style>
span { border-color: #EBB3BE; }
span { border-color: rgb(235,179,190); }
td.TdClassName
{
border-color: #EBB3BE;
}
.TagClassName
{
border-color: #EBB3BE;
}
</style>