Shades of Chantilly #EBBDC4
Tints of Chantilly #EBBDC4
RGB
CMYK
RGB Variations
Color information
#EBBDC4 (or 0xEBBDC4) is known color: Chantilly. HEX triplet: EB, BD and C4. RGB value is (235,189,196). Sum of RGB (Red+Green+Blue) = 235+189+196=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC4 is #14423B. Grayscale: #CBCBCB. Windows color (decimal): -1327676 or 12893675. OLE color: 12893675.
HSL color Cylindrical-coordinate representation of color #EBBDC4: hue angle of 350.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDC4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 196 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 350.87º | 0.53% | 0.83% | - |
| HSV(B) | 350.87º | 0.2% | 0.92% | - |
| XYZ | 62.42 | 58.04 | 60.14 | - |
| YUV | 203.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 196 | 0 | 0.20 | 0.17 | 0.08 | 350.87 | 0.53 | 0.83 |
| Hex | EB | BD | C4 | 0 | 14 | 11 | 8 | 15F | 35 | 53 |
| Octal | 353 | 275 | 304 | 0 | 24 | 21 | 10 | 537 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11000100 | 0 | 10100 | 10001 | 1000 | 101011111 | 110101 | 1010011 |
Color Harmonies of #EBBDC4
Complementary color
Monochromatic Colors of #EBBDC4
Black with #EBBDC4
Text Example
Text Example
White with #EBBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDC4; }
p { color: rgb(235,189,196); }
H1.HeaderClassName
{
color: #EBBDC4;
}
.AnyTagClassName
{
color: #EBBDC4;
}
</style>
background-color css
<style>
a { background-color: #EBBDC4; }
a { background-color: rgb(235,189,196); }
div.DivClassName
{
background-color: #EBBDC4;
}
.BgClassName
{
background-color: #EBBDC4;
}
</style>
border-color css
<style>
span { border-color: #EBBDC4; }
span { border-color: rgb(235,189,196); }
td.TdClassName
{
border-color: #EBBDC4;
}
.TagClassName
{
border-color: #EBBDC4;
}
</style>