Shades of Chantilly #EBB1C4
Tints of Chantilly #EBB1C4
RGB
CMYK
RGB Variations
Color information
#EBB1C4 (or 0xEBB1C4) is known color: Chantilly. HEX triplet: EB, B1 and C4. RGB value is (235,177,196). Sum of RGB (Red+Green+Blue) = 235+177+196=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1C4 is #144E3B. Grayscale: #C4C4C4. Windows color (decimal): -1330748 or 12890603. OLE color: 12890603.
HSL color Cylindrical-coordinate representation of color #EBB1C4: hue angle of 340.34º degrees, saturation: 0.59, 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 #EBB1C4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 177 | 196 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.08 |
| HSL | 340.34º | 0.59% | 0.81% | - |
| HSV(B) | 340.34º | 0.25% | 0.92% | - |
| XYZ | 59.95 | 53.09 | 59.31 | - |
| YUV | 196.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 196 | 0 | 0.25 | 0.17 | 0.08 | 340.34 | 0.59 | 0.81 |
| Hex | EB | B1 | C4 | 0 | 19 | 11 | 8 | 154 | 3B | 51 |
| Octal | 353 | 261 | 304 | 0 | 31 | 21 | 10 | 524 | 73 | 121 |
| Binary | 11101011 | 10110001 | 11000100 | 0 | 11001 | 10001 | 1000 | 101010100 | 111011 | 1010001 |
Color Harmonies of #EBB1C4
Complementary color
Monochromatic Colors of #EBB1C4
Black with #EBB1C4
Text Example
Text Example
White with #EBB1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1C4; }
p { color: rgb(235,177,196); }
H1.HeaderClassName
{
color: #EBB1C4;
}
.AnyTagClassName
{
color: #EBB1C4;
}
</style>
background-color css
<style>
a { background-color: #EBB1C4; }
a { background-color: rgb(235,177,196); }
div.DivClassName
{
background-color: #EBB1C4;
}
.BgClassName
{
background-color: #EBB1C4;
}
</style>
border-color css
<style>
span { border-color: #EBB1C4; }
span { border-color: rgb(235,177,196); }
td.TdClassName
{
border-color: #EBB1C4;
}
.TagClassName
{
border-color: #EBB1C4;
}
</style>