Shades of Chantilly #EAB1C3
Tints of Chantilly #EAB1C3
RGB
CMYK
RGB Variations
Color information
#EAB1C3 (or 0xEAB1C3) is known color: Chantilly. HEX triplet: EA, B1 and C3. RGB value is (234,177,195). Sum of RGB (Red+Green+Blue) = 234+177+195=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1C3 is #154E3C. Grayscale: #C4C4C4. Windows color (decimal): -1396285 or 12825066. OLE color: 12825066.
HSL color Cylindrical-coordinate representation of color #EAB1C3: hue angle of 341.05º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1C3 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 195 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.08 |
| HSL | 341.05º | 0.58% | 0.81% | - |
| HSV(B) | 341.05º | 0.24% | 0.92% | - |
| XYZ | 59.5 | 52.88 | 58.7 | - |
| YUV | 196.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 195 | 0 | 0.24 | 0.17 | 0.08 | 341.05 | 0.58 | 0.81 |
| Hex | EA | B1 | C3 | 0 | 18 | 11 | 8 | 155 | 3A | 51 |
| Octal | 352 | 261 | 303 | 0 | 30 | 21 | 10 | 525 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11000011 | 0 | 11000 | 10001 | 1000 | 101010101 | 111010 | 1010001 |
Color Harmonies of #EAB1C3
Complementary color
Monochromatic Colors of #EAB1C3
Black with #EAB1C3
Text Example
Text Example
White with #EAB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1C3; }
p { color: rgb(234,177,195); }
H1.HeaderClassName
{
color: #EAB1C3;
}
.AnyTagClassName
{
color: #EAB1C3;
}
</style>
background-color css
<style>
a { background-color: #EAB1C3; }
a { background-color: rgb(234,177,195); }
div.DivClassName
{
background-color: #EAB1C3;
}
.BgClassName
{
background-color: #EAB1C3;
}
</style>
border-color css
<style>
span { border-color: #EAB1C3; }
span { border-color: rgb(234,177,195); }
td.TdClassName
{
border-color: #EAB1C3;
}
.TagClassName
{
border-color: #EAB1C3;
}
</style>