Shades of Chantilly #E9B2C4
Tints of Chantilly #E9B2C4
RGB
CMYK
RGB Variations
Color information
#E9B2C4 (or 0xE9B2C4) is known color: Chantilly. HEX triplet: E9, B2 and C4. RGB value is (233,178,196). Sum of RGB (Red+Green+Blue) = 233+178+196=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2C4 is #164D3B. Grayscale: #C4C4C4. Windows color (decimal): -1461564 or 12890857. OLE color: 12890857.
HSL color Cylindrical-coordinate representation of color #E9B2C4: hue angle of 340.36º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B2C4 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 196 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.09 |
| HSL | 340.36º | 0.56% | 0.81% | - |
| HSV(B) | 340.36º | 0.24% | 0.91% | - |
| XYZ | 59.49 | 53.15 | 59.35 | - |
| YUV | 196.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 196 | 0 | 0.24 | 0.16 | 0.09 | 340.36 | 0.56 | 0.81 |
| Hex | E9 | B2 | C4 | 0 | 18 | 10 | 9 | 154 | 38 | 51 |
| Octal | 351 | 262 | 304 | 0 | 30 | 20 | 11 | 524 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11000100 | 0 | 11000 | 10000 | 1001 | 101010100 | 111000 | 1010001 |
Color Harmonies of #E9B2C4
Complementary color
Monochromatic Colors of #E9B2C4
Black with #E9B2C4
Text Example
Text Example
White with #E9B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2C4; }
p { color: rgb(233,178,196); }
H1.HeaderClassName
{
color: #E9B2C4;
}
.AnyTagClassName
{
color: #E9B2C4;
}
</style>
background-color css
<style>
a { background-color: #E9B2C4; }
a { background-color: rgb(233,178,196); }
div.DivClassName
{
background-color: #E9B2C4;
}
.BgClassName
{
background-color: #E9B2C4;
}
</style>
border-color css
<style>
span { border-color: #E9B2C4; }
span { border-color: rgb(233,178,196); }
td.TdClassName
{
border-color: #E9B2C4;
}
.TagClassName
{
border-color: #E9B2C4;
}
</style>