Shades of Chantilly #EABCC3
Tints of Chantilly #EABCC3
RGB
CMYK
RGB Variations
Color information
#EABCC3 (or 0xEABCC3) is known color: Chantilly. HEX triplet: EA, BC and C3. RGB value is (234,188,195). Sum of RGB (Red+Green+Blue) = 234+188+195=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC3 is #15433C. Grayscale: #CACACA. Windows color (decimal): -1393469 or 12827882. OLE color: 12827882.
HSL color Cylindrical-coordinate representation of color #EABCC3: hue angle of 350.87º 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 #EABCC3 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 195 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 350.87º | 0.52% | 0.83% | - |
| HSV(B) | 350.87º | 0.2% | 0.92% | - |
| XYZ | 61.77 | 57.4 | 59.45 | - |
| YUV | 202.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 195 | 0 | 0.20 | 0.17 | 0.08 | 350.87 | 0.52 | 0.83 |
| Hex | EA | BC | C3 | 0 | 14 | 11 | 8 | 15F | 34 | 53 |
| Octal | 352 | 274 | 303 | 0 | 24 | 21 | 10 | 537 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000011 | 0 | 10100 | 10001 | 1000 | 101011111 | 110100 | 1010011 |
Color Harmonies of #EABCC3
Complementary color
Monochromatic Colors of #EABCC3
Black with #EABCC3
Text Example
Text Example
White with #EABCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC3; }
p { color: rgb(234,188,195); }
H1.HeaderClassName
{
color: #EABCC3;
}
.AnyTagClassName
{
color: #EABCC3;
}
</style>
background-color css
<style>
a { background-color: #EABCC3; }
a { background-color: rgb(234,188,195); }
div.DivClassName
{
background-color: #EABCC3;
}
.BgClassName
{
background-color: #EABCC3;
}
</style>
border-color css
<style>
span { border-color: #EABCC3; }
span { border-color: rgb(234,188,195); }
td.TdClassName
{
border-color: #EABCC3;
}
.TagClassName
{
border-color: #EABCC3;
}
</style>