Shades of Chantilly #EBBFC8
Tints of Chantilly #EBBFC8
RGB
CMYK
RGB Variations
Color information
#EBBFC8 (or 0xEBBFC8) is known color: Chantilly. HEX triplet: EB, BF and C8. RGB value is (235,191,200). Sum of RGB (Red+Green+Blue) = 235+191+200=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC8 is #144037. Grayscale: #CDCDCD. Windows color (decimal): -1327160 or 13156331. OLE color: 13156331.
HSL color Cylindrical-coordinate representation of color #EBBFC8: hue angle of 347.73º 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 #EBBFC8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 200 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.08 |
| HSL | 347.73º | 0.52% | 0.84% | - |
| HSV(B) | 347.73º | 0.19% | 0.92% | - |
| XYZ | 63.32 | 59.09 | 62.71 | - |
| YUV | 205.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 200 | 0 | 0.19 | 0.15 | 0.08 | 347.73 | 0.52 | 0.84 |
| Hex | EB | BF | C8 | 0 | 13 | F | 8 | 15C | 34 | 54 |
| Octal | 353 | 277 | 310 | 0 | 23 | 17 | 10 | 534 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11001000 | 0 | 10011 | 1111 | 1000 | 101011100 | 110100 | 1010100 |
Color Harmonies of #EBBFC8
Complementary color
Monochromatic Colors of #EBBFC8
Black with #EBBFC8
Text Example
Text Example
White with #EBBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFC8; }
p { color: rgb(235,191,200); }
H1.HeaderClassName
{
color: #EBBFC8;
}
.AnyTagClassName
{
color: #EBBFC8;
}
</style>
background-color css
<style>
a { background-color: #EBBFC8; }
a { background-color: rgb(235,191,200); }
div.DivClassName
{
background-color: #EBBFC8;
}
.BgClassName
{
background-color: #EBBFC8;
}
</style>
border-color css
<style>
span { border-color: #EBBFC8; }
span { border-color: rgb(235,191,200); }
td.TdClassName
{
border-color: #EBBFC8;
}
.TagClassName
{
border-color: #EBBFC8;
}
</style>