Shades of Chantilly #EABFC6
Tints of Chantilly #EABFC6
RGB
CMYK
RGB Variations
Color information
#EABFC6 (or 0xEABFC6) is known color: Chantilly. HEX triplet: EA, BF and C6. RGB value is (234,191,198). Sum of RGB (Red+Green+Blue) = 234+191+198=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC6 is #154039. Grayscale: #CCCCCC. Windows color (decimal): -1392698 or 13025258. OLE color: 13025258.
HSL color Cylindrical-coordinate representation of color #EABFC6: hue angle of 350.23º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFC6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 198 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.08 |
| HSL | 350.23º | 0.51% | 0.83% | - |
| HSV(B) | 350.23º | 0.18% | 0.92% | - |
| XYZ | 62.76 | 58.83 | 61.47 | - |
| YUV | 204.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 198 | 0 | 0.18 | 0.15 | 0.08 | 350.23 | 0.51 | 0.83 |
| Hex | EA | BF | C6 | 0 | 12 | F | 8 | 15E | 33 | 53 |
| Octal | 352 | 277 | 306 | 0 | 22 | 17 | 10 | 536 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11000110 | 0 | 10010 | 1111 | 1000 | 101011110 | 110011 | 1010011 |
Color Harmonies of #EABFC6
Complementary color
Monochromatic Colors of #EABFC6
Black with #EABFC6
Text Example
Text Example
White with #EABFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFC6; }
p { color: rgb(234,191,198); }
H1.HeaderClassName
{
color: #EABFC6;
}
.AnyTagClassName
{
color: #EABFC6;
}
</style>
background-color css
<style>
a { background-color: #EABFC6; }
a { background-color: rgb(234,191,198); }
div.DivClassName
{
background-color: #EABFC6;
}
.BgClassName
{
background-color: #EABFC6;
}
</style>
border-color css
<style>
span { border-color: #EABFC6; }
span { border-color: rgb(234,191,198); }
td.TdClassName
{
border-color: #EABFC6;
}
.TagClassName
{
border-color: #EABFC6;
}
</style>