Shades of Chantilly #EBBDD0
Tints of Chantilly #EBBDD0
RGB
CMYK
RGB Variations
Color information
#EBBDD0 (or 0xEBBDD0) is known color: Chantilly. HEX triplet: EB, BD and D0. RGB value is (235,189,208). Sum of RGB (Red+Green+Blue) = 235+189+208=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD0 is #14422F. Grayscale: #CCCCCC. Windows color (decimal): -1327664 or 13680107. OLE color: 13680107.
HSL color Cylindrical-coordinate representation of color #EBBDD0: hue angle of 335.22º 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 #EBBDD0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 208 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.08 |
| HSL | 335.22º | 0.53% | 0.83% | - |
| HSV(B) | 335.22º | 0.2% | 0.92% | - |
| XYZ | 63.84 | 58.61 | 67.62 | - |
| YUV | 204.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 208 | 0 | 0.20 | 0.11 | 0.08 | 335.22 | 0.53 | 0.83 |
| Hex | EB | BD | D0 | 0 | 14 | B | 8 | 14F | 35 | 53 |
| Octal | 353 | 275 | 320 | 0 | 24 | 13 | 10 | 517 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11010000 | 0 | 10100 | 1011 | 1000 | 101001111 | 110101 | 1010011 |
Color Harmonies of #EBBDD0
Complementary color
Monochromatic Colors of #EBBDD0
Black with #EBBDD0
Text Example
Text Example
White with #EBBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDD0; }
p { color: rgb(235,189,208); }
H1.HeaderClassName
{
color: #EBBDD0;
}
.AnyTagClassName
{
color: #EBBDD0;
}
</style>
background-color css
<style>
a { background-color: #EBBDD0; }
a { background-color: rgb(235,189,208); }
div.DivClassName
{
background-color: #EBBDD0;
}
.BgClassName
{
background-color: #EBBDD0;
}
</style>
border-color css
<style>
span { border-color: #EBBDD0; }
span { border-color: rgb(235,189,208); }
td.TdClassName
{
border-color: #EBBDD0;
}
.TagClassName
{
border-color: #EBBDD0;
}
</style>