Shades of Chantilly #EBB0C4
Tints of Chantilly #EBB0C4
RGB
CMYK
RGB Variations
Color information
#EBB0C4 (or 0xEBB0C4) is known color: Chantilly. HEX triplet: EB, B0 and C4. RGB value is (235,176,196). Sum of RGB (Red+Green+Blue) = 235+176+196=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C4 is #144F3B. Grayscale: #C3C3C3. Windows color (decimal): -1331004 or 12890347. OLE color: 12890347.
HSL color Cylindrical-coordinate representation of color #EBB0C4: hue angle of 339.66º 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 #EBB0C4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 196 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.08 |
| HSL | 339.66º | 0.6% | 0.81% | - |
| HSV(B) | 339.66º | 0.25% | 0.92% | - |
| XYZ | 59.75 | 52.7 | 59.25 | - |
| YUV | 195.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 196 | 0 | 0.25 | 0.17 | 0.08 | 339.66 | 0.6 | 0.81 |
| Hex | EB | B0 | C4 | 0 | 19 | 11 | 8 | 154 | 3C | 51 |
| Octal | 353 | 260 | 304 | 0 | 31 | 21 | 10 | 524 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11000100 | 0 | 11001 | 10001 | 1000 | 101010100 | 111100 | 1010001 |
Color Harmonies of #EBB0C4
Complementary color
Monochromatic Colors of #EBB0C4
Black with #EBB0C4
Text Example
Text Example
White with #EBB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0C4; }
p { color: rgb(235,176,196); }
H1.HeaderClassName
{
color: #EBB0C4;
}
.AnyTagClassName
{
color: #EBB0C4;
}
</style>
background-color css
<style>
a { background-color: #EBB0C4; }
a { background-color: rgb(235,176,196); }
div.DivClassName
{
background-color: #EBB0C4;
}
.BgClassName
{
background-color: #EBB0C4;
}
</style>
border-color css
<style>
span { border-color: #EBB0C4; }
span { border-color: rgb(235,176,196); }
td.TdClassName
{
border-color: #EBB0C4;
}
.TagClassName
{
border-color: #EBB0C4;
}
</style>