Shades of Chantilly #EBB7CE
Tints of Chantilly #EBB7CE
RGB
CMYK
RGB Variations
Color information
#EBB7CE (or 0xEBB7CE) is known color: Chantilly. HEX triplet: EB, B7 and CE. RGB value is (235,183,206). Sum of RGB (Red+Green+Blue) = 235+183+206=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7CE is #144831. Grayscale: #C9C9C9. Windows color (decimal): -1329202 or 13547499. OLE color: 13547499.
HSL color Cylindrical-coordinate representation of color #EBB7CE: hue angle of 333.46º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7CE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 206 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.08 |
| HSL | 333.46º | 0.57% | 0.82% | - |
| HSV(B) | 333.46º | 0.22% | 0.92% | - |
| XYZ | 62.34 | 55.99 | 65.91 | - |
| YUV | 201.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 206 | 0 | 0.22 | 0.12 | 0.08 | 333.46 | 0.57 | 0.82 |
| Hex | EB | B7 | CE | 0 | 16 | C | 8 | 14D | 39 | 52 |
| Octal | 353 | 267 | 316 | 0 | 26 | 14 | 10 | 515 | 71 | 122 |
| Binary | 11101011 | 10110111 | 11001110 | 0 | 10110 | 1100 | 1000 | 101001101 | 111001 | 1010010 |
Color Harmonies of #EBB7CE
Complementary color
Monochromatic Colors of #EBB7CE
Black with #EBB7CE
Text Example
Text Example
White with #EBB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7CE; }
p { color: rgb(235,183,206); }
H1.HeaderClassName
{
color: #EBB7CE;
}
.AnyTagClassName
{
color: #EBB7CE;
}
</style>
background-color css
<style>
a { background-color: #EBB7CE; }
a { background-color: rgb(235,183,206); }
div.DivClassName
{
background-color: #EBB7CE;
}
.BgClassName
{
background-color: #EBB7CE;
}
</style>
border-color css
<style>
span { border-color: #EBB7CE; }
span { border-color: rgb(235,183,206); }
td.TdClassName
{
border-color: #EBB7CE;
}
.TagClassName
{
border-color: #EBB7CE;
}
</style>