Shades of Chantilly #EBBCC7
Tints of Chantilly #EBBCC7
RGB
CMYK
RGB Variations
Color information
#EBBCC7 (or 0xEBBCC7) is known color: Chantilly. HEX triplet: EB, BC and C7. RGB value is (235,188,199). Sum of RGB (Red+Green+Blue) = 235+188+199=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCC7 is #144338. Grayscale: #CBCBCB. Windows color (decimal): -1327929 or 13090027. OLE color: 13090027.
HSL color Cylindrical-coordinate representation of color #EBBCC7: hue angle of 345.96º 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 #EBBCC7 is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 199 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.08 |
| HSL | 345.96º | 0.54% | 0.83% | - |
| HSV(B) | 345.96º | 0.2% | 0.92% | - |
| XYZ | 62.55 | 57.75 | 61.88 | - |
| YUV | 203.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 199 | 0 | 0.2 | 0.15 | 0.08 | 345.96 | 0.54 | 0.83 |
| Hex | EB | BC | C7 | 0 | 14 | F | 8 | 15A | 36 | 53 |
| Octal | 353 | 274 | 307 | 0 | 24 | 17 | 10 | 532 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11000111 | 0 | 10100 | 1111 | 1000 | 101011010 | 110110 | 1010011 |
Color Harmonies of #EBBCC7
Complementary color
Monochromatic Colors of #EBBCC7
Black with #EBBCC7
Text Example
Text Example
White with #EBBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCC7; }
p { color: rgb(235,188,199); }
H1.HeaderClassName
{
color: #EBBCC7;
}
.AnyTagClassName
{
color: #EBBCC7;
}
</style>
background-color css
<style>
a { background-color: #EBBCC7; }
a { background-color: rgb(235,188,199); }
div.DivClassName
{
background-color: #EBBCC7;
}
.BgClassName
{
background-color: #EBBCC7;
}
</style>
border-color css
<style>
span { border-color: #EBBCC7; }
span { border-color: rgb(235,188,199); }
td.TdClassName
{
border-color: #EBBCC7;
}
.TagClassName
{
border-color: #EBBCC7;
}
</style>