Shades of Chantilly #EABFCD
Tints of Chantilly #EABFCD
RGB
CMYK
RGB Variations
Color information
#EABFCD (or 0xEABFCD) is known color: Chantilly. HEX triplet: EA, BF and CD. RGB value is (234,191,205). Sum of RGB (Red+Green+Blue) = 234+191+205=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFCD is #154032. Grayscale: #CDCDCD. Windows color (decimal): -1392691 or 13484010. OLE color: 13484010.
HSL color Cylindrical-coordinate representation of color #EABFCD: hue angle of 340.47º 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 #EABFCD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 205 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.08 |
| HSL | 340.47º | 0.51% | 0.83% | - |
| HSV(B) | 340.47º | 0.18% | 0.92% | - |
| XYZ | 63.58 | 59.16 | 65.83 | - |
| YUV | 205.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 205 | 0 | 0.18 | 0.12 | 0.08 | 340.47 | 0.51 | 0.83 |
| Hex | EA | BF | CD | 0 | 12 | C | 8 | 154 | 33 | 53 |
| Octal | 352 | 277 | 315 | 0 | 22 | 14 | 10 | 524 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11001101 | 0 | 10010 | 1100 | 1000 | 101010100 | 110011 | 1010011 |
Color Harmonies of #EABFCD
Complementary color
Monochromatic Colors of #EABFCD
Black with #EABFCD
Text Example
Text Example
White with #EABFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFCD; }
p { color: rgb(234,191,205); }
H1.HeaderClassName
{
color: #EABFCD;
}
.AnyTagClassName
{
color: #EABFCD;
}
</style>
background-color css
<style>
a { background-color: #EABFCD; }
a { background-color: rgb(234,191,205); }
div.DivClassName
{
background-color: #EABFCD;
}
.BgClassName
{
background-color: #EABFCD;
}
</style>
border-color css
<style>
span { border-color: #EABFCD; }
span { border-color: rgb(234,191,205); }
td.TdClassName
{
border-color: #EABFCD;
}
.TagClassName
{
border-color: #EABFCD;
}
</style>