Shades of Chantilly #EBAFC9
Tints of Chantilly #EBAFC9
RGB
CMYK
RGB Variations
Color information
#EBAFC9 (or 0xEBAFC9) is known color: Chantilly. HEX triplet: EB, AF and C9. RGB value is (235,175,201). Sum of RGB (Red+Green+Blue) = 235+175+201=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC9 is #145036. Grayscale: #C3C3C3. Windows color (decimal): -1331255 or 13217771. OLE color: 13217771.
HSL color Cylindrical-coordinate representation of color #EBAFC9: hue angle of 334º 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 #EBAFC9 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 201 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.08 |
| HSL | 334º | 0.6% | 0.8% | - |
| HSV(B) | 334º | 0.26% | 0.92% | - |
| XYZ | 60.13 | 52.54 | 62.23 | - |
| YUV | 195.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 201 | 0 | 0.26 | 0.14 | 0.08 | 334 | 0.6 | 0.8 |
| Hex | EB | AF | C9 | 0 | 1A | E | 8 | 14E | 3C | 50 |
| Octal | 353 | 257 | 311 | 0 | 32 | 16 | 10 | 516 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11001001 | 0 | 11010 | 1110 | 1000 | 101001110 | 111100 | 1010000 |
Color Harmonies of #EBAFC9
Complementary color
Monochromatic Colors of #EBAFC9
Black with #EBAFC9
Text Example
Text Example
White with #EBAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFC9; }
p { color: rgb(235,175,201); }
H1.HeaderClassName
{
color: #EBAFC9;
}
.AnyTagClassName
{
color: #EBAFC9;
}
</style>
background-color css
<style>
a { background-color: #EBAFC9; }
a { background-color: rgb(235,175,201); }
div.DivClassName
{
background-color: #EBAFC9;
}
.BgClassName
{
background-color: #EBAFC9;
}
</style>
border-color css
<style>
span { border-color: #EBAFC9; }
span { border-color: rgb(235,175,201); }
td.TdClassName
{
border-color: #EBAFC9;
}
.TagClassName
{
border-color: #EBAFC9;
}
</style>