Shades of Chantilly #EBBDC6
Tints of Chantilly #EBBDC6
RGB
CMYK
RGB Variations
Color information
#EBBDC6 (or 0xEBBDC6) is known color: Chantilly. HEX triplet: EB, BD and C6. RGB value is (235,189,198). Sum of RGB (Red+Green+Blue) = 235+189+198=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC6 is #144239. Grayscale: #CBCBCB. Windows color (decimal): -1327674 or 13024747. OLE color: 13024747.
HSL color Cylindrical-coordinate representation of color #EBBDC6: hue angle of 348.26º 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 #EBBDC6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 198 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.08 |
| HSL | 348.26º | 0.53% | 0.83% | - |
| HSV(B) | 348.26º | 0.2% | 0.92% | - |
| XYZ | 62.65 | 58.13 | 61.35 | - |
| YUV | 203.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 198 | 0 | 0.20 | 0.16 | 0.08 | 348.26 | 0.53 | 0.83 |
| Hex | EB | BD | C6 | 0 | 14 | 10 | 8 | 15C | 35 | 53 |
| Octal | 353 | 275 | 306 | 0 | 24 | 20 | 10 | 534 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11000110 | 0 | 10100 | 10000 | 1000 | 101011100 | 110101 | 1010011 |
Color Harmonies of #EBBDC6
Complementary color
Monochromatic Colors of #EBBDC6
Black with #EBBDC6
Text Example
Text Example
White with #EBBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDC6; }
p { color: rgb(235,189,198); }
H1.HeaderClassName
{
color: #EBBDC6;
}
.AnyTagClassName
{
color: #EBBDC6;
}
</style>
background-color css
<style>
a { background-color: #EBBDC6; }
a { background-color: rgb(235,189,198); }
div.DivClassName
{
background-color: #EBBDC6;
}
.BgClassName
{
background-color: #EBBDC6;
}
</style>
border-color css
<style>
span { border-color: #EBBDC6; }
span { border-color: rgb(235,189,198); }
td.TdClassName
{
border-color: #EBBDC6;
}
.TagClassName
{
border-color: #EBBDC6;
}
</style>