Shades of Chantilly #E7BBCD
Tints of Chantilly #E7BBCD
RGB
CMYK
RGB Variations
Color information
#E7BBCD (or 0xE7BBCD) is known color: Chantilly. HEX triplet: E7, BB and CD. RGB value is (231,187,205). Sum of RGB (Red+Green+Blue) = 231+187+205=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBCD is #184432. Grayscale: #CACACA. Windows color (decimal): -1590323 or 13482983. OLE color: 13482983.
HSL color Cylindrical-coordinate representation of color #E7BBCD: hue angle of 335.45º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BBCD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 187 | 205 | - |
CMYK | 0 | 0.19 | 0.11 | 0.09 |
HSL | 335.45º | 0.48% | 0.82% | - |
HSV(B) | 335.45º | 0.19% | 0.91% | - |
XYZ | 61.74 | 56.94 | 65.49 | - |
YUV | 202.21 | 129.58 | 148.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 187 | 205 | 0 | 0.19 | 0.11 | 0.09 | 335.45 | 0.48 | 0.82 |
Hex | E7 | BB | CD | 0 | 13 | B | 9 | 14F | 30 | 52 |
Octal | 347 | 273 | 315 | 0 | 23 | 13 | 11 | 517 | 60 | 122 |
Binary | 11100111 | 10111011 | 11001101 | 0 | 10011 | 1011 | 1001 | 101001111 | 110000 | 1010010 |
Color Harmonies of #E7BBCD
Complementary color
Monochromatic Colors of #E7BBCD
Black with #E7BBCD
Text Example
Text Example
White with #E7BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBCD; }
p { color: rgb(231,187,205); }
H1.HeaderClassName
{
color: #E7BBCD;
}
.AnyTagClassName
{
color: #E7BBCD;
}
</style>
background-color css
<style>
a { background-color: #E7BBCD; }
a { background-color: rgb(231,187,205); }
div.DivClassName
{
background-color: #E7BBCD;
}
.BgClassName
{
background-color: #E7BBCD;
}
</style>
border-color css
<style>
span { border-color: #E7BBCD; }
span { border-color: rgb(231,187,205); }
td.TdClassName
{
border-color: #E7BBCD;
}
.TagClassName
{
border-color: #E7BBCD;
}
</style>