Shades of Chantilly #EBB7C5
Tints of Chantilly #EBB7C5
RGB
CMYK
RGB Variations
Color information
#EBB7C5 (or 0xEBB7C5) is known color: Chantilly. HEX triplet: EB, B7 and C5. RGB value is (235,183,197). Sum of RGB (Red+Green+Blue) = 235+183+197=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7C5 is #14483A. Grayscale: #C8C8C8. Windows color (decimal): -1329211 or 12957675. OLE color: 12957675.
HSL color Cylindrical-coordinate representation of color #EBB7C5: hue angle of 343.85º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7C5 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 197 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.08 |
| HSL | 343.85º | 0.57% | 0.82% | - |
| HSV(B) | 343.85º | 0.22% | 0.92% | - |
| XYZ | 61.27 | 55.56 | 60.32 | - |
| YUV | 200.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 197 | 0 | 0.22 | 0.16 | 0.08 | 343.85 | 0.57 | 0.82 |
| Hex | EB | B7 | C5 | 0 | 16 | 10 | 8 | 158 | 39 | 52 |
| Octal | 353 | 267 | 305 | 0 | 26 | 20 | 10 | 530 | 71 | 122 |
| Binary | 11101011 | 10110111 | 11000101 | 0 | 10110 | 10000 | 1000 | 101011000 | 111001 | 1010010 |
Color Harmonies of #EBB7C5
Complementary color
Monochromatic Colors of #EBB7C5
Black with #EBB7C5
Text Example
Text Example
White with #EBB7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7C5; }
p { color: rgb(235,183,197); }
H1.HeaderClassName
{
color: #EBB7C5;
}
.AnyTagClassName
{
color: #EBB7C5;
}
</style>
background-color css
<style>
a { background-color: #EBB7C5; }
a { background-color: rgb(235,183,197); }
div.DivClassName
{
background-color: #EBB7C5;
}
.BgClassName
{
background-color: #EBB7C5;
}
</style>
border-color css
<style>
span { border-color: #EBB7C5; }
span { border-color: rgb(235,183,197); }
td.TdClassName
{
border-color: #EBB7C5;
}
.TagClassName
{
border-color: #EBB7C5;
}
</style>