Shades of Chantilly #EABEC7
Tints of Chantilly #EABEC7
RGB
CMYK
RGB Variations
Color information
#EABEC7 (or 0xEABEC7) is known color: Chantilly. HEX triplet: EA, BE and C7. RGB value is (234,190,199). Sum of RGB (Red+Green+Blue) = 234+190+199=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC7 is #154138. Grayscale: #CCCCCC. Windows color (decimal): -1392953 or 13090538. OLE color: 13090538.
HSL color Cylindrical-coordinate representation of color #EABEC7: hue angle of 347.73º 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 #EABEC7 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 199 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.08 |
| HSL | 347.73º | 0.51% | 0.83% | - |
| HSV(B) | 347.73º | 0.19% | 0.92% | - |
| XYZ | 62.65 | 58.44 | 62.01 | - |
| YUV | 204.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 199 | 0 | 0.19 | 0.15 | 0.08 | 347.73 | 0.51 | 0.83 |
| Hex | EA | BE | C7 | 0 | 13 | F | 8 | 15C | 33 | 53 |
| Octal | 352 | 276 | 307 | 0 | 23 | 17 | 10 | 534 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11000111 | 0 | 10011 | 1111 | 1000 | 101011100 | 110011 | 1010011 |
Color Harmonies of #EABEC7
Complementary color
Monochromatic Colors of #EABEC7
Black with #EABEC7
Text Example
Text Example
White with #EABEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEC7; }
p { color: rgb(234,190,199); }
H1.HeaderClassName
{
color: #EABEC7;
}
.AnyTagClassName
{
color: #EABEC7;
}
</style>
background-color css
<style>
a { background-color: #EABEC7; }
a { background-color: rgb(234,190,199); }
div.DivClassName
{
background-color: #EABEC7;
}
.BgClassName
{
background-color: #EABEC7;
}
</style>
border-color css
<style>
span { border-color: #EABEC7; }
span { border-color: rgb(234,190,199); }
td.TdClassName
{
border-color: #EABEC7;
}
.TagClassName
{
border-color: #EABEC7;
}
</style>