Shades of Chantilly #EBAFC0
Tints of Chantilly #EBAFC0
RGB
CMYK
RGB Variations
Color information
#EBAFC0 (or 0xEBAFC0) is known color: Chantilly. HEX triplet: EB, AF and C0. RGB value is (235,175,192). Sum of RGB (Red+Green+Blue) = 235+175+192=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC0 is #14503F. Grayscale: #C2C2C2. Windows color (decimal): -1331264 or 12627947. OLE color: 12627947.
HSL color Cylindrical-coordinate representation of color #EBAFC0: hue angle of 343º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFC0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 192 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.08 |
| HSL | 343º | 0.6% | 0.8% | - |
| HSV(B) | 343º | 0.26% | 0.92% | - |
| XYZ | 59.11 | 52.13 | 56.82 | - |
| YUV | 194.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 192 | 0 | 0.26 | 0.18 | 0.08 | 343 | 0.6 | 0.8 |
| Hex | EB | AF | C0 | 0 | 1A | 12 | 8 | 157 | 3C | 50 |
| Octal | 353 | 257 | 300 | 0 | 32 | 22 | 10 | 527 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11000000 | 0 | 11010 | 10010 | 1000 | 101010111 | 111100 | 1010000 |
Color Harmonies of #EBAFC0
Complementary color
Monochromatic Colors of #EBAFC0
Black with #EBAFC0
Text Example
Text Example
White with #EBAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFC0; }
p { color: rgb(235,175,192); }
H1.HeaderClassName
{
color: #EBAFC0;
}
.AnyTagClassName
{
color: #EBAFC0;
}
</style>
background-color css
<style>
a { background-color: #EBAFC0; }
a { background-color: rgb(235,175,192); }
div.DivClassName
{
background-color: #EBAFC0;
}
.BgClassName
{
background-color: #EBAFC0;
}
</style>
border-color css
<style>
span { border-color: #EBAFC0; }
span { border-color: rgb(235,175,192); }
td.TdClassName
{
border-color: #EBAFC0;
}
.TagClassName
{
border-color: #EBAFC0;
}
</style>