Shades of Chantilly #EBAFC6
Tints of Chantilly #EBAFC6
RGB
CMYK
RGB Variations
Color information
#EBAFC6 (or 0xEBAFC6) is known color: Chantilly. HEX triplet: EB, AF and C6. RGB value is (235,175,198). Sum of RGB (Red+Green+Blue) = 235+175+198=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC6 is #145039. Grayscale: #C3C3C3. Windows color (decimal): -1331258 or 13021163. OLE color: 13021163.
HSL color Cylindrical-coordinate representation of color #EBAFC6: hue angle of 337º 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 #EBAFC6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 198 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.08 |
| HSL | 337º | 0.6% | 0.8% | - |
| HSV(B) | 337º | 0.26% | 0.92% | - |
| XYZ | 59.78 | 52.4 | 60.39 | - |
| YUV | 195.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 198 | 0 | 0.26 | 0.16 | 0.08 | 337 | 0.6 | 0.8 |
| Hex | EB | AF | C6 | 0 | 1A | 10 | 8 | 151 | 3C | 50 |
| Octal | 353 | 257 | 306 | 0 | 32 | 20 | 10 | 521 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11000110 | 0 | 11010 | 10000 | 1000 | 101010001 | 111100 | 1010000 |
Color Harmonies of #EBAFC6
Complementary color
Monochromatic Colors of #EBAFC6
Black with #EBAFC6
Text Example
Text Example
White with #EBAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFC6; }
p { color: rgb(235,175,198); }
H1.HeaderClassName
{
color: #EBAFC6;
}
.AnyTagClassName
{
color: #EBAFC6;
}
</style>
background-color css
<style>
a { background-color: #EBAFC6; }
a { background-color: rgb(235,175,198); }
div.DivClassName
{
background-color: #EBAFC6;
}
.BgClassName
{
background-color: #EBAFC6;
}
</style>
border-color css
<style>
span { border-color: #EBAFC6; }
span { border-color: rgb(235,175,198); }
td.TdClassName
{
border-color: #EBAFC6;
}
.TagClassName
{
border-color: #EBAFC6;
}
</style>