Shades of Chantilly #EBAFC1
Tints of Chantilly #EBAFC1
RGB
CMYK
RGB Variations
Color information
#EBAFC1 (or 0xEBAFC1) is known color: Chantilly. HEX triplet: EB, AF and C1. RGB value is (235,175,193). Sum of RGB (Red+Green+Blue) = 235+175+193=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC1 is #14503E. Grayscale: #C2C2C2. Windows color (decimal): -1331263 or 12693483. OLE color: 12693483.
HSL color Cylindrical-coordinate representation of color #EBAFC1: hue angle of 342º 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 #EBAFC1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 193 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.08 |
| HSL | 342º | 0.6% | 0.8% | - |
| HSV(B) | 342º | 0.26% | 0.92% | - |
| XYZ | 59.22 | 52.17 | 57.4 | - |
| YUV | 194.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 193 | 0 | 0.26 | 0.18 | 0.08 | 342 | 0.6 | 0.8 |
| Hex | EB | AF | C1 | 0 | 1A | 12 | 8 | 156 | 3C | 50 |
| Octal | 353 | 257 | 301 | 0 | 32 | 22 | 10 | 526 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11000001 | 0 | 11010 | 10010 | 1000 | 101010110 | 111100 | 1010000 |
Color Harmonies of #EBAFC1
Complementary color
Monochromatic Colors of #EBAFC1
Black with #EBAFC1
Text Example
Text Example
White with #EBAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFC1; }
p { color: rgb(235,175,193); }
H1.HeaderClassName
{
color: #EBAFC1;
}
.AnyTagClassName
{
color: #EBAFC1;
}
</style>
background-color css
<style>
a { background-color: #EBAFC1; }
a { background-color: rgb(235,175,193); }
div.DivClassName
{
background-color: #EBAFC1;
}
.BgClassName
{
background-color: #EBAFC1;
}
</style>
border-color css
<style>
span { border-color: #EBAFC1; }
span { border-color: rgb(235,175,193); }
td.TdClassName
{
border-color: #EBAFC1;
}
.TagClassName
{
border-color: #EBAFC1;
}
</style>