Shades of Chantilly #EBBCCD
Tints of Chantilly #EBBCCD
RGB
CMYK
RGB Variations
Color information
#EBBCCD (or 0xEBBCCD) is known color: Chantilly. HEX triplet: EB, BC and CD. RGB value is (235,188,205). Sum of RGB (Red+Green+Blue) = 235+188+205=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCCD is #144332. Grayscale: #CBCBCB. Windows color (decimal): -1327923 or 13483243. OLE color: 13483243.
HSL color Cylindrical-coordinate representation of color #EBBCCD: hue angle of 338.3º degrees, saturation: 0.54, 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 #EBBCCD is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 205 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.08 |
| HSL | 338.3º | 0.54% | 0.83% | - |
| HSV(B) | 338.3º | 0.2% | 0.92% | - |
| XYZ | 63.26 | 58.04 | 65.63 | - |
| YUV | 203.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 205 | 0 | 0.2 | 0.13 | 0.08 | 338.3 | 0.54 | 0.83 |
| Hex | EB | BC | CD | 0 | 14 | D | 8 | 152 | 36 | 53 |
| Octal | 353 | 274 | 315 | 0 | 24 | 15 | 10 | 522 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11001101 | 0 | 10100 | 1101 | 1000 | 101010010 | 110110 | 1010011 |
Color Harmonies of #EBBCCD
Complementary color
Monochromatic Colors of #EBBCCD
Black with #EBBCCD
Text Example
Text Example
White with #EBBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCCD; }
p { color: rgb(235,188,205); }
H1.HeaderClassName
{
color: #EBBCCD;
}
.AnyTagClassName
{
color: #EBBCCD;
}
</style>
background-color css
<style>
a { background-color: #EBBCCD; }
a { background-color: rgb(235,188,205); }
div.DivClassName
{
background-color: #EBBCCD;
}
.BgClassName
{
background-color: #EBBCCD;
}
</style>
border-color css
<style>
span { border-color: #EBBCCD; }
span { border-color: rgb(235,188,205); }
td.TdClassName
{
border-color: #EBBCCD;
}
.TagClassName
{
border-color: #EBBCCD;
}
</style>