Shades of Chantilly #EBBFCE
Tints of Chantilly #EBBFCE
RGB
CMYK
RGB Variations
Color information
#EBBFCE (or 0xEBBFCE) is known color: Chantilly. HEX triplet: EB, BF and CE. RGB value is (235,191,206). Sum of RGB (Red+Green+Blue) = 235+191+206=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCE is #144031. Grayscale: #CDCDCD. Windows color (decimal): -1327154 or 13549547. OLE color: 13549547.
HSL color Cylindrical-coordinate representation of color #EBBFCE: hue angle of 339.55º 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 #EBBFCE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 206 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.08 |
| HSL | 339.55º | 0.52% | 0.84% | - |
| HSV(B) | 339.55º | 0.19% | 0.92% | - |
| XYZ | 64.03 | 59.38 | 66.48 | - |
| YUV | 205.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 206 | 0 | 0.19 | 0.12 | 0.08 | 339.55 | 0.52 | 0.84 |
| Hex | EB | BF | CE | 0 | 13 | C | 8 | 154 | 34 | 54 |
| Octal | 353 | 277 | 316 | 0 | 23 | 14 | 10 | 524 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11001110 | 0 | 10011 | 1100 | 1000 | 101010100 | 110100 | 1010100 |
Color Harmonies of #EBBFCE
Complementary color
Monochromatic Colors of #EBBFCE
Black with #EBBFCE
Text Example
Text Example
White with #EBBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFCE; }
p { color: rgb(235,191,206); }
H1.HeaderClassName
{
color: #EBBFCE;
}
.AnyTagClassName
{
color: #EBBFCE;
}
</style>
background-color css
<style>
a { background-color: #EBBFCE; }
a { background-color: rgb(235,191,206); }
div.DivClassName
{
background-color: #EBBFCE;
}
.BgClassName
{
background-color: #EBBFCE;
}
</style>
border-color css
<style>
span { border-color: #EBBFCE; }
span { border-color: rgb(235,191,206); }
td.TdClassName
{
border-color: #EBBFCE;
}
.TagClassName
{
border-color: #EBBFCE;
}
</style>