Shades of Chantilly #EBAFC4
Tints of Chantilly #EBAFC4
RGB
CMYK
RGB Variations
Color information
#EBAFC4 (or 0xEBAFC4) is known color: Chantilly. HEX triplet: EB, AF and C4. RGB value is (235,175,196). Sum of RGB (Red+Green+Blue) = 235+175+196=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC4 is #14503B. Grayscale: #C3C3C3. Windows color (decimal): -1331260 or 12890091. OLE color: 12890091.
HSL color Cylindrical-coordinate representation of color #EBAFC4: hue angle of 339º 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 #EBAFC4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 196 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.08 |
| HSL | 339º | 0.6% | 0.8% | - |
| HSV(B) | 339º | 0.26% | 0.92% | - |
| XYZ | 59.55 | 52.31 | 59.18 | - |
| YUV | 195.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 196 | 0 | 0.26 | 0.17 | 0.08 | 339 | 0.6 | 0.8 |
| Hex | EB | AF | C4 | 0 | 1A | 11 | 8 | 153 | 3C | 50 |
| Octal | 353 | 257 | 304 | 0 | 32 | 21 | 10 | 523 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11000100 | 0 | 11010 | 10001 | 1000 | 101010011 | 111100 | 1010000 |
Color Harmonies of #EBAFC4
Complementary color
Monochromatic Colors of #EBAFC4
Black with #EBAFC4
Text Example
Text Example
White with #EBAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFC4; }
p { color: rgb(235,175,196); }
H1.HeaderClassName
{
color: #EBAFC4;
}
.AnyTagClassName
{
color: #EBAFC4;
}
</style>
background-color css
<style>
a { background-color: #EBAFC4; }
a { background-color: rgb(235,175,196); }
div.DivClassName
{
background-color: #EBAFC4;
}
.BgClassName
{
background-color: #EBAFC4;
}
</style>
border-color css
<style>
span { border-color: #EBAFC4; }
span { border-color: rgb(235,175,196); }
td.TdClassName
{
border-color: #EBAFC4;
}
.TagClassName
{
border-color: #EBAFC4;
}
</style>