Shades of Chantilly #E7B5C6
Tints of Chantilly #E7B5C6
RGB
CMYK
RGB Variations
Color information
#E7B5C6 (or 0xE7B5C6) is known color: Chantilly. HEX triplet: E7, B5 and C6. RGB value is (231,181,198). Sum of RGB (Red+Green+Blue) = 231+181+198=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5C6 is #184A39. Grayscale: #C5C5C5. Windows color (decimal): -1591866 or 13022695. OLE color: 13022695.
HSL color Cylindrical-coordinate representation of color #E7B5C6: hue angle of 339.6º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B5C6 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 198 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.09 |
| HSL | 339.6º | 0.51% | 0.81% | - |
| HSV(B) | 339.6º | 0.22% | 0.91% | - |
| XYZ | 59.67 | 54.11 | 60.73 | - |
| YUV | 197.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 198 | 0 | 0.22 | 0.14 | 0.09 | 339.6 | 0.51 | 0.81 |
| Hex | E7 | B5 | C6 | 0 | 16 | E | 9 | 154 | 33 | 51 |
| Octal | 347 | 265 | 306 | 0 | 26 | 16 | 11 | 524 | 63 | 121 |
| Binary | 11100111 | 10110101 | 11000110 | 0 | 10110 | 1110 | 1001 | 101010100 | 110011 | 1010001 |
Color Harmonies of #E7B5C6
Complementary color
Monochromatic Colors of #E7B5C6
Black with #E7B5C6
Text Example
Text Example
White with #E7B5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B5C6; }
p { color: rgb(231,181,198); }
H1.HeaderClassName
{
color: #E7B5C6;
}
.AnyTagClassName
{
color: #E7B5C6;
}
</style>
background-color css
<style>
a { background-color: #E7B5C6; }
a { background-color: rgb(231,181,198); }
div.DivClassName
{
background-color: #E7B5C6;
}
.BgClassName
{
background-color: #E7B5C6;
}
</style>
border-color css
<style>
span { border-color: #E7B5C6; }
span { border-color: rgb(231,181,198); }
td.TdClassName
{
border-color: #E7B5C6;
}
.TagClassName
{
border-color: #E7B5C6;
}
</style>