Shades of Chantilly #EBBFCF
Tints of Chantilly #EBBFCF
RGB
CMYK
RGB Variations
Color information
#EBBFCF (or 0xEBBFCF) is known color: Chantilly. HEX triplet: EB, BF and CF. RGB value is (235,191,207). Sum of RGB (Red+Green+Blue) = 235+191+207=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCF is #144030. Grayscale: #CDCDCD. Windows color (decimal): -1327153 or 13615083. OLE color: 13615083.
HSL color Cylindrical-coordinate representation of color #EBBFCF: hue angle of 338.18º 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 #EBBFCF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 207 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.08 |
| HSL | 338.18º | 0.52% | 0.84% | - |
| HSV(B) | 338.18º | 0.19% | 0.92% | - |
| XYZ | 64.15 | 59.43 | 67.12 | - |
| YUV | 205.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 207 | 0 | 0.19 | 0.12 | 0.08 | 338.18 | 0.52 | 0.84 |
| Hex | EB | BF | CF | 0 | 13 | C | 8 | 152 | 34 | 54 |
| Octal | 353 | 277 | 317 | 0 | 23 | 14 | 10 | 522 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11001111 | 0 | 10011 | 1100 | 1000 | 101010010 | 110100 | 1010100 |
Color Harmonies of #EBBFCF
Complementary color
Monochromatic Colors of #EBBFCF
Black with #EBBFCF
Text Example
Text Example
White with #EBBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFCF; }
p { color: rgb(235,191,207); }
H1.HeaderClassName
{
color: #EBBFCF;
}
.AnyTagClassName
{
color: #EBBFCF;
}
</style>
background-color css
<style>
a { background-color: #EBBFCF; }
a { background-color: rgb(235,191,207); }
div.DivClassName
{
background-color: #EBBFCF;
}
.BgClassName
{
background-color: #EBBFCF;
}
</style>
border-color css
<style>
span { border-color: #EBBFCF; }
span { border-color: rgb(235,191,207); }
td.TdClassName
{
border-color: #EBBFCF;
}
.TagClassName
{
border-color: #EBBFCF;
}
</style>