Shades of Chantilly #EBADC8
Tints of Chantilly #EBADC8
RGB
CMYK
RGB Variations
Color information
#EBADC8 (or 0xEBADC8) is known color: Chantilly. HEX triplet: EB, AD and C8. RGB value is (235,173,200). Sum of RGB (Red+Green+Blue) = 235+173+200=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC8 is #145237. Grayscale: #C2C2C2. Windows color (decimal): -1331768 or 13151723. OLE color: 13151723.
HSL color Cylindrical-coordinate representation of color #EBADC8: hue angle of 333.87º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADC8 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 200 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.08 |
| HSL | 333.87º | 0.61% | 0.8% | - |
| HSV(B) | 333.87º | 0.26% | 0.92% | - |
| XYZ | 59.63 | 51.72 | 61.48 | - |
| YUV | 194.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 200 | 0 | 0.26 | 0.15 | 0.08 | 333.87 | 0.61 | 0.8 |
| Hex | EB | AD | C8 | 0 | 1A | F | 8 | 14E | 3D | 50 |
| Octal | 353 | 255 | 310 | 0 | 32 | 17 | 10 | 516 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11001000 | 0 | 11010 | 1111 | 1000 | 101001110 | 111101 | 1010000 |
Color Harmonies of #EBADC8
Complementary color
Monochromatic Colors of #EBADC8
Black with #EBADC8
Text Example
Text Example
White with #EBADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC8; }
p { color: rgb(235,173,200); }
H1.HeaderClassName
{
color: #EBADC8;
}
.AnyTagClassName
{
color: #EBADC8;
}
</style>
background-color css
<style>
a { background-color: #EBADC8; }
a { background-color: rgb(235,173,200); }
div.DivClassName
{
background-color: #EBADC8;
}
.BgClassName
{
background-color: #EBADC8;
}
</style>
border-color css
<style>
span { border-color: #EBADC8; }
span { border-color: rgb(235,173,200); }
td.TdClassName
{
border-color: #EBADC8;
}
.TagClassName
{
border-color: #EBADC8;
}
</style>