Shades of Chantilly #EBB9C3
Tints of Chantilly #EBB9C3
RGB
CMYK
RGB Variations
Color information
#EBB9C3 (or 0xEBB9C3) is known color: Chantilly. HEX triplet: EB, B9 and C3. RGB value is (235,185,195). Sum of RGB (Red+Green+Blue) = 235+185+195=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C3 is #14463C. Grayscale: #C9C9C9. Windows color (decimal): -1328701 or 12827115. OLE color: 12827115.
HSL color Cylindrical-coordinate representation of color #EBB9C3: hue angle of 348º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9C3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 195 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.08 |
| HSL | 348º | 0.56% | 0.82% | - |
| HSV(B) | 348º | 0.21% | 0.92% | - |
| XYZ | 61.46 | 56.3 | 59.26 | - |
| YUV | 201.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 195 | 0 | 0.21 | 0.17 | 0.08 | 348 | 0.56 | 0.82 |
| Hex | EB | B9 | C3 | 0 | 15 | 11 | 8 | 15C | 38 | 52 |
| Octal | 353 | 271 | 303 | 0 | 25 | 21 | 10 | 534 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11000011 | 0 | 10101 | 10001 | 1000 | 101011100 | 111000 | 1010010 |
Color Harmonies of #EBB9C3
Complementary color
Monochromatic Colors of #EBB9C3
Black with #EBB9C3
Text Example
Text Example
White with #EBB9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9C3; }
p { color: rgb(235,185,195); }
H1.HeaderClassName
{
color: #EBB9C3;
}
.AnyTagClassName
{
color: #EBB9C3;
}
</style>
background-color css
<style>
a { background-color: #EBB9C3; }
a { background-color: rgb(235,185,195); }
div.DivClassName
{
background-color: #EBB9C3;
}
.BgClassName
{
background-color: #EBB9C3;
}
</style>
border-color css
<style>
span { border-color: #EBB9C3; }
span { border-color: rgb(235,185,195); }
td.TdClassName
{
border-color: #EBB9C3;
}
.TagClassName
{
border-color: #EBB9C3;
}
</style>