Shades of Chantilly #EBB9CE
Tints of Chantilly #EBB9CE
RGB
CMYK
RGB Variations
Color information
#EBB9CE (or 0xEBB9CE) is known color: Chantilly. HEX triplet: EB, B9 and CE. RGB value is (235,185,206). Sum of RGB (Red+Green+Blue) = 235+185+206=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9CE is #144631. Grayscale: #CACACA. Windows color (decimal): -1328690 or 13548011. OLE color: 13548011.
HSL color Cylindrical-coordinate representation of color #EBB9CE: hue angle of 334.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9CE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 206 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.08 |
| HSL | 334.8º | 0.56% | 0.82% | - |
| HSV(B) | 334.8º | 0.21% | 0.92% | - |
| XYZ | 62.75 | 56.82 | 66.05 | - |
| YUV | 202.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 206 | 0 | 0.21 | 0.12 | 0.08 | 334.8 | 0.56 | 0.82 |
| Hex | EB | B9 | CE | 0 | 15 | C | 8 | 14F | 38 | 52 |
| Octal | 353 | 271 | 316 | 0 | 25 | 14 | 10 | 517 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11001110 | 0 | 10101 | 1100 | 1000 | 101001111 | 111000 | 1010010 |
Color Harmonies of #EBB9CE
Complementary color
Monochromatic Colors of #EBB9CE
Black with #EBB9CE
Text Example
Text Example
White with #EBB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9CE; }
p { color: rgb(235,185,206); }
H1.HeaderClassName
{
color: #EBB9CE;
}
.AnyTagClassName
{
color: #EBB9CE;
}
</style>
background-color css
<style>
a { background-color: #EBB9CE; }
a { background-color: rgb(235,185,206); }
div.DivClassName
{
background-color: #EBB9CE;
}
.BgClassName
{
background-color: #EBB9CE;
}
</style>
border-color css
<style>
span { border-color: #EBB9CE; }
span { border-color: rgb(235,185,206); }
td.TdClassName
{
border-color: #EBB9CE;
}
.TagClassName
{
border-color: #EBB9CE;
}
</style>