Shades of Chantilly #EBB5C1
Tints of Chantilly #EBB5C1
RGB
CMYK
RGB Variations
Color information
#EBB5C1 (or 0xEBB5C1) is known color: Chantilly. HEX triplet: EB, B5 and C1. RGB value is (235,181,193). Sum of RGB (Red+Green+Blue) = 235+181+193=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C1 is #144A3E. Grayscale: #C6C6C6. Windows color (decimal): -1329727 or 12695019. OLE color: 12695019.
HSL color Cylindrical-coordinate representation of color #EBB5C1: hue angle of 346.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5C1 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 193 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.08 |
| HSL | 346.67º | 0.57% | 0.82% | - |
| HSV(B) | 346.67º | 0.23% | 0.92% | - |
| XYZ | 60.41 | 54.56 | 57.8 | - |
| YUV | 198.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 193 | 0 | 0.23 | 0.18 | 0.08 | 346.67 | 0.57 | 0.82 |
| Hex | EB | B5 | C1 | 0 | 17 | 12 | 8 | 15B | 39 | 52 |
| Octal | 353 | 265 | 301 | 0 | 27 | 22 | 10 | 533 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11000001 | 0 | 10111 | 10010 | 1000 | 101011011 | 111001 | 1010010 |
Color Harmonies of #EBB5C1
Complementary color
Monochromatic Colors of #EBB5C1
Black with #EBB5C1
Text Example
Text Example
White with #EBB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5C1; }
p { color: rgb(235,181,193); }
H1.HeaderClassName
{
color: #EBB5C1;
}
.AnyTagClassName
{
color: #EBB5C1;
}
</style>
background-color css
<style>
a { background-color: #EBB5C1; }
a { background-color: rgb(235,181,193); }
div.DivClassName
{
background-color: #EBB5C1;
}
.BgClassName
{
background-color: #EBB5C1;
}
</style>
border-color css
<style>
span { border-color: #EBB5C1; }
span { border-color: rgb(235,181,193); }
td.TdClassName
{
border-color: #EBB5C1;
}
.TagClassName
{
border-color: #EBB5C1;
}
</style>