Shades of Chantilly #EBB6C5
Tints of Chantilly #EBB6C5
RGB
CMYK
RGB Variations
Color information
#EBB6C5 (or 0xEBB6C5) is known color: Chantilly. HEX triplet: EB, B6 and C5. RGB value is (235,182,197). Sum of RGB (Red+Green+Blue) = 235+182+197=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6C5 is #14493A. Grayscale: #C7C7C7. Windows color (decimal): -1329467 or 12957419. OLE color: 12957419.
HSL color Cylindrical-coordinate representation of color #EBB6C5: hue angle of 343.02º 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 #EBB6C5 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 197 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.08 |
| HSL | 343.02º | 0.57% | 0.82% | - |
| HSV(B) | 343.02º | 0.23% | 0.92% | - |
| XYZ | 61.07 | 55.15 | 60.25 | - |
| YUV | 199.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 197 | 0 | 0.23 | 0.16 | 0.08 | 343.02 | 0.57 | 0.82 |
| Hex | EB | B6 | C5 | 0 | 17 | 10 | 8 | 157 | 39 | 52 |
| Octal | 353 | 266 | 305 | 0 | 27 | 20 | 10 | 527 | 71 | 122 |
| Binary | 11101011 | 10110110 | 11000101 | 0 | 10111 | 10000 | 1000 | 101010111 | 111001 | 1010010 |
Color Harmonies of #EBB6C5
Complementary color
Monochromatic Colors of #EBB6C5
Black with #EBB6C5
Text Example
Text Example
White with #EBB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6C5; }
p { color: rgb(235,182,197); }
H1.HeaderClassName
{
color: #EBB6C5;
}
.AnyTagClassName
{
color: #EBB6C5;
}
</style>
background-color css
<style>
a { background-color: #EBB6C5; }
a { background-color: rgb(235,182,197); }
div.DivClassName
{
background-color: #EBB6C5;
}
.BgClassName
{
background-color: #EBB6C5;
}
</style>
border-color css
<style>
span { border-color: #EBB6C5; }
span { border-color: rgb(235,182,197); }
td.TdClassName
{
border-color: #EBB6C5;
}
.TagClassName
{
border-color: #EBB6C5;
}
</style>