Shades of Chantilly #EABCCF
Tints of Chantilly #EABCCF
RGB
CMYK
RGB Variations
Color information
#EABCCF (or 0xEABCCF) is known color: Chantilly. HEX triplet: EA, BC and CF. RGB value is (234,188,207). Sum of RGB (Red+Green+Blue) = 234+188+207=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCF is #154330. Grayscale: #CBCBCB. Windows color (decimal): -1393457 or 13614314. OLE color: 13614314.
HSL color Cylindrical-coordinate representation of color #EABCCF: hue angle of 335.22º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCCF is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 207 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.08 |
| HSL | 335.22º | 0.52% | 0.83% | - |
| HSV(B) | 335.22º | 0.2% | 0.92% | - |
| XYZ | 63.18 | 57.96 | 66.89 | - |
| YUV | 203.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 207 | 0 | 0.20 | 0.12 | 0.08 | 335.22 | 0.52 | 0.83 |
| Hex | EA | BC | CF | 0 | 14 | C | 8 | 14F | 34 | 53 |
| Octal | 352 | 274 | 317 | 0 | 24 | 14 | 10 | 517 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11001111 | 0 | 10100 | 1100 | 1000 | 101001111 | 110100 | 1010011 |
Color Harmonies of #EABCCF
Complementary color
Monochromatic Colors of #EABCCF
Black with #EABCCF
Text Example
Text Example
White with #EABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCCF; }
p { color: rgb(234,188,207); }
H1.HeaderClassName
{
color: #EABCCF;
}
.AnyTagClassName
{
color: #EABCCF;
}
</style>
background-color css
<style>
a { background-color: #EABCCF; }
a { background-color: rgb(234,188,207); }
div.DivClassName
{
background-color: #EABCCF;
}
.BgClassName
{
background-color: #EABCCF;
}
</style>
border-color css
<style>
span { border-color: #EABCCF; }
span { border-color: rgb(234,188,207); }
td.TdClassName
{
border-color: #EABCCF;
}
.TagClassName
{
border-color: #EABCCF;
}
</style>