Shades of Chantilly #EBBFD0
Tints of Chantilly #EBBFD0
RGB
CMYK
RGB Variations
Color information
#EBBFD0 (or 0xEBBFD0) is known color: Chantilly. HEX triplet: EB, BF and D0. RGB value is (235,191,208). Sum of RGB (Red+Green+Blue) = 235+191+208=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFD0 is #14402F. Grayscale: #CECECE. Windows color (decimal): -1327152 or 13680619. OLE color: 13680619.
HSL color Cylindrical-coordinate representation of color #EBBFD0: hue angle of 336.82º 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 #EBBFD0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 208 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.08 |
| HSL | 336.82º | 0.52% | 0.84% | - |
| HSV(B) | 336.82º | 0.19% | 0.92% | - |
| XYZ | 64.28 | 59.48 | 67.77 | - |
| YUV | 206.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 208 | 0 | 0.19 | 0.11 | 0.08 | 336.82 | 0.52 | 0.84 |
| Hex | EB | BF | D0 | 0 | 13 | B | 8 | 151 | 34 | 54 |
| Octal | 353 | 277 | 320 | 0 | 23 | 13 | 10 | 521 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11010000 | 0 | 10011 | 1011 | 1000 | 101010001 | 110100 | 1010100 |
Color Harmonies of #EBBFD0
Complementary color
Monochromatic Colors of #EBBFD0
Black with #EBBFD0
Text Example
Text Example
White with #EBBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFD0; }
p { color: rgb(235,191,208); }
H1.HeaderClassName
{
color: #EBBFD0;
}
.AnyTagClassName
{
color: #EBBFD0;
}
</style>
background-color css
<style>
a { background-color: #EBBFD0; }
a { background-color: rgb(235,191,208); }
div.DivClassName
{
background-color: #EBBFD0;
}
.BgClassName
{
background-color: #EBBFD0;
}
</style>
border-color css
<style>
span { border-color: #EBBFD0; }
span { border-color: rgb(235,191,208); }
td.TdClassName
{
border-color: #EBBFD0;
}
.TagClassName
{
border-color: #EBBFD0;
}
</style>