Shades of Chantilly #E8B2C4
Tints of Chantilly #E8B2C4
RGB
CMYK
RGB Variations
Color information
#E8B2C4 (or 0xE8B2C4) is known color: Chantilly. HEX triplet: E8, B2 and C4. RGB value is (232,178,196). Sum of RGB (Red+Green+Blue) = 232+178+196=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2C4 is #174D3B. Grayscale: #C4C4C4. Windows color (decimal): -1527100 or 12890856. OLE color: 12890856.
HSL color Cylindrical-coordinate representation of color #E8B2C4: hue angle of 340º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B2C4 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 196 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.09 |
| HSL | 340º | 0.54% | 0.8% | - |
| HSV(B) | 340º | 0.23% | 0.91% | - |
| XYZ | 59.16 | 52.98 | 59.33 | - |
| YUV | 196.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 196 | 0 | 0.23 | 0.16 | 0.09 | 340 | 0.54 | 0.8 |
| Hex | E8 | B2 | C4 | 0 | 17 | 10 | 9 | 154 | 36 | 50 |
| Octal | 350 | 262 | 304 | 0 | 27 | 20 | 11 | 524 | 66 | 120 |
| Binary | 11101000 | 10110010 | 11000100 | 0 | 10111 | 10000 | 1001 | 101010100 | 110110 | 1010000 |
Color Harmonies of #E8B2C4
Complementary color
Monochromatic Colors of #E8B2C4
Black with #E8B2C4
Text Example
Text Example
White with #E8B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2C4; }
p { color: rgb(232,178,196); }
H1.HeaderClassName
{
color: #E8B2C4;
}
.AnyTagClassName
{
color: #E8B2C4;
}
</style>
background-color css
<style>
a { background-color: #E8B2C4; }
a { background-color: rgb(232,178,196); }
div.DivClassName
{
background-color: #E8B2C4;
}
.BgClassName
{
background-color: #E8B2C4;
}
</style>
border-color css
<style>
span { border-color: #E8B2C4; }
span { border-color: rgb(232,178,196); }
td.TdClassName
{
border-color: #E8B2C4;
}
.TagClassName
{
border-color: #E8B2C4;
}
</style>