Shades of Chantilly #EAB2C7
Tints of Chantilly #EAB2C7
RGB
CMYK
RGB Variations
Color information
#EAB2C7 (or 0xEAB2C7) is known color: Chantilly. HEX triplet: EA, B2 and C7. RGB value is (234,178,199). Sum of RGB (Red+Green+Blue) = 234+178+199=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2C7 is #154D38. Grayscale: #C5C5C5. Windows color (decimal): -1396025 or 13087466. OLE color: 13087466.
HSL color Cylindrical-coordinate representation of color #EAB2C7: hue angle of 337.5º degrees, saturation: 0.57, 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 #EAB2C7 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 199 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.08 |
| HSL | 337.5º | 0.57% | 0.81% | - |
| HSV(B) | 337.5º | 0.24% | 0.92% | - |
| XYZ | 60.16 | 53.46 | 61.18 | - |
| YUV | 197.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 199 | 0 | 0.24 | 0.15 | 0.08 | 337.5 | 0.57 | 0.81 |
| Hex | EA | B2 | C7 | 0 | 18 | F | 8 | 152 | 39 | 51 |
| Octal | 352 | 262 | 307 | 0 | 30 | 17 | 10 | 522 | 71 | 121 |
| Binary | 11101010 | 10110010 | 11000111 | 0 | 11000 | 1111 | 1000 | 101010010 | 111001 | 1010001 |
Color Harmonies of #EAB2C7
Complementary color
Monochromatic Colors of #EAB2C7
Black with #EAB2C7
Text Example
Text Example
White with #EAB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2C7; }
p { color: rgb(234,178,199); }
H1.HeaderClassName
{
color: #EAB2C7;
}
.AnyTagClassName
{
color: #EAB2C7;
}
</style>
background-color css
<style>
a { background-color: #EAB2C7; }
a { background-color: rgb(234,178,199); }
div.DivClassName
{
background-color: #EAB2C7;
}
.BgClassName
{
background-color: #EAB2C7;
}
</style>
border-color css
<style>
span { border-color: #EAB2C7; }
span { border-color: rgb(234,178,199); }
td.TdClassName
{
border-color: #EAB2C7;
}
.TagClassName
{
border-color: #EAB2C7;
}
</style>