Shades of Chantilly #EBB0C1
Tints of Chantilly #EBB0C1
RGB
CMYK
RGB Variations
Color information
#EBB0C1 (or 0xEBB0C1) is known color: Chantilly. HEX triplet: EB, B0 and C1. RGB value is (235,176,193). Sum of RGB (Red+Green+Blue) = 235+176+193=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C1 is #144F3E. Grayscale: #C3C3C3. Windows color (decimal): -1331007 or 12693739. OLE color: 12693739.
HSL color Cylindrical-coordinate representation of color #EBB0C1: hue angle of 342.71º 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 #EBB0C1 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 193 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.08 |
| HSL | 342.71º | 0.6% | 0.81% | - |
| HSV(B) | 342.71º | 0.25% | 0.92% | - |
| XYZ | 59.41 | 52.56 | 57.47 | - |
| YUV | 195.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 193 | 0 | 0.25 | 0.18 | 0.08 | 342.71 | 0.6 | 0.81 |
| Hex | EB | B0 | C1 | 0 | 19 | 12 | 8 | 157 | 3C | 51 |
| Octal | 353 | 260 | 301 | 0 | 31 | 22 | 10 | 527 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11000001 | 0 | 11001 | 10010 | 1000 | 101010111 | 111100 | 1010001 |
Color Harmonies of #EBB0C1
Complementary color
Monochromatic Colors of #EBB0C1
Black with #EBB0C1
Text Example
Text Example
White with #EBB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0C1; }
p { color: rgb(235,176,193); }
H1.HeaderClassName
{
color: #EBB0C1;
}
.AnyTagClassName
{
color: #EBB0C1;
}
</style>
background-color css
<style>
a { background-color: #EBB0C1; }
a { background-color: rgb(235,176,193); }
div.DivClassName
{
background-color: #EBB0C1;
}
.BgClassName
{
background-color: #EBB0C1;
}
</style>
border-color css
<style>
span { border-color: #EBB0C1; }
span { border-color: rgb(235,176,193); }
td.TdClassName
{
border-color: #EBB0C1;
}
.TagClassName
{
border-color: #EBB0C1;
}
</style>