Shades of Chantilly #EBB0C5
Tints of Chantilly #EBB0C5
RGB
CMYK
RGB Variations
Color information
#EBB0C5 (or 0xEBB0C5) is known color: Chantilly. HEX triplet: EB, B0 and C5. RGB value is (235,176,197). Sum of RGB (Red+Green+Blue) = 235+176+197=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C5 is #144F3A. Grayscale: #C4C4C4. Windows color (decimal): -1331003 or 12955883. OLE color: 12955883.
HSL color Cylindrical-coordinate representation of color #EBB0C5: hue angle of 338.64º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0C5 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 197 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.08 |
| HSL | 338.64º | 0.6% | 0.81% | - |
| HSV(B) | 338.64º | 0.25% | 0.92% | - |
| XYZ | 59.86 | 52.74 | 59.85 | - |
| YUV | 196.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 197 | 0 | 0.25 | 0.16 | 0.08 | 338.64 | 0.6 | 0.81 |
| Hex | EB | B0 | C5 | 0 | 19 | 10 | 8 | 153 | 3C | 51 |
| Octal | 353 | 260 | 305 | 0 | 31 | 20 | 10 | 523 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11000101 | 0 | 11001 | 10000 | 1000 | 101010011 | 111100 | 1010001 |
Color Harmonies of #EBB0C5
Complementary color
Monochromatic Colors of #EBB0C5
Black with #EBB0C5
Text Example
Text Example
White with #EBB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0C5; }
p { color: rgb(235,176,197); }
H1.HeaderClassName
{
color: #EBB0C5;
}
.AnyTagClassName
{
color: #EBB0C5;
}
</style>
background-color css
<style>
a { background-color: #EBB0C5; }
a { background-color: rgb(235,176,197); }
div.DivClassName
{
background-color: #EBB0C5;
}
.BgClassName
{
background-color: #EBB0C5;
}
</style>
border-color css
<style>
span { border-color: #EBB0C5; }
span { border-color: rgb(235,176,197); }
td.TdClassName
{
border-color: #EBB0C5;
}
.TagClassName
{
border-color: #EBB0C5;
}
</style>