Shades of Chantilly #EABEC6
Tints of Chantilly #EABEC6
RGB
CMYK
RGB Variations
Color information
#EABEC6 (or 0xEABEC6) is known color: Chantilly. HEX triplet: EA, BE and C6. RGB value is (234,190,198). Sum of RGB (Red+Green+Blue) = 234+190+198=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC6 is #154139. Grayscale: #CCCCCC. Windows color (decimal): -1392954 or 13025002. OLE color: 13025002.
HSL color Cylindrical-coordinate representation of color #EABEC6: hue angle of 349.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEC6 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 198 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.08 |
| HSL | 349.09º | 0.51% | 0.83% | - |
| HSV(B) | 349.09º | 0.19% | 0.92% | - |
| XYZ | 62.54 | 58.4 | 61.4 | - |
| YUV | 204.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 198 | 0 | 0.19 | 0.15 | 0.08 | 349.09 | 0.51 | 0.83 |
| Hex | EA | BE | C6 | 0 | 13 | F | 8 | 15D | 33 | 53 |
| Octal | 352 | 276 | 306 | 0 | 23 | 17 | 10 | 535 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11000110 | 0 | 10011 | 1111 | 1000 | 101011101 | 110011 | 1010011 |
Color Harmonies of #EABEC6
Complementary color
Monochromatic Colors of #EABEC6
Black with #EABEC6
Text Example
Text Example
White with #EABEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEC6; }
p { color: rgb(234,190,198); }
H1.HeaderClassName
{
color: #EABEC6;
}
.AnyTagClassName
{
color: #EABEC6;
}
</style>
background-color css
<style>
a { background-color: #EABEC6; }
a { background-color: rgb(234,190,198); }
div.DivClassName
{
background-color: #EABEC6;
}
.BgClassName
{
background-color: #EABEC6;
}
</style>
border-color css
<style>
span { border-color: #EABEC6; }
span { border-color: rgb(234,190,198); }
td.TdClassName
{
border-color: #EABEC6;
}
.TagClassName
{
border-color: #EABEC6;
}
</style>