Shades of Chantilly #EBBFC6
Tints of Chantilly #EBBFC6
RGB
CMYK
RGB Variations
Color information
#EBBFC6 (or 0xEBBFC6) is known color: Chantilly. HEX triplet: EB, BF and C6. RGB value is (235,191,198). Sum of RGB (Red+Green+Blue) = 235+191+198=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC6 is #144039. Grayscale: #CCCCCC. Windows color (decimal): -1327162 or 13025259. OLE color: 13025259.
HSL color Cylindrical-coordinate representation of color #EBBFC6: hue angle of 350.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFC6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 198 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.08 |
| HSL | 350.45º | 0.52% | 0.84% | - |
| HSV(B) | 350.45º | 0.19% | 0.92% | - |
| XYZ | 63.08 | 59 | 61.49 | - |
| YUV | 204.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 198 | 0 | 0.19 | 0.16 | 0.08 | 350.45 | 0.52 | 0.84 |
| Hex | EB | BF | C6 | 0 | 13 | 10 | 8 | 15E | 34 | 54 |
| Octal | 353 | 277 | 306 | 0 | 23 | 20 | 10 | 536 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11000110 | 0 | 10011 | 10000 | 1000 | 101011110 | 110100 | 1010100 |
Color Harmonies of #EBBFC6
Complementary color
Monochromatic Colors of #EBBFC6
Black with #EBBFC6
Text Example
Text Example
White with #EBBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFC6; }
p { color: rgb(235,191,198); }
H1.HeaderClassName
{
color: #EBBFC6;
}
.AnyTagClassName
{
color: #EBBFC6;
}
</style>
background-color css
<style>
a { background-color: #EBBFC6; }
a { background-color: rgb(235,191,198); }
div.DivClassName
{
background-color: #EBBFC6;
}
.BgClassName
{
background-color: #EBBFC6;
}
</style>
border-color css
<style>
span { border-color: #EBBFC6; }
span { border-color: rgb(235,191,198); }
td.TdClassName
{
border-color: #EBBFC6;
}
.TagClassName
{
border-color: #EBBFC6;
}
</style>