Shades of Chantilly #E7B2CB
Tints of Chantilly #E7B2CB
RGB
CMYK
RGB Variations
Color information
#E7B2CB (or 0xE7B2CB) is known color: Chantilly. HEX triplet: E7, B2 and CB. RGB value is (231,178,203). Sum of RGB (Red+Green+Blue) = 231+178+203=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2CB is #184D34. Grayscale: #C4C4C4. Windows color (decimal): -1592629 or 13349607. OLE color: 13349607.
HSL color Cylindrical-coordinate representation of color #E7B2CB: hue angle of 331.7º degrees, saturation: 0.52, 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 #E7B2CB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 203 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.09 |
| HSL | 331.7º | 0.52% | 0.8% | - |
| HSV(B) | 331.7º | 0.23% | 0.91% | - |
| XYZ | 59.65 | 53.14 | 63.61 | - |
| YUV | 196.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 203 | 0 | 0.23 | 0.12 | 0.09 | 331.7 | 0.52 | 0.8 |
| Hex | E7 | B2 | CB | 0 | 17 | C | 9 | 14C | 34 | 50 |
| Octal | 347 | 262 | 313 | 0 | 27 | 14 | 11 | 514 | 64 | 120 |
| Binary | 11100111 | 10110010 | 11001011 | 0 | 10111 | 1100 | 1001 | 101001100 | 110100 | 1010000 |
Color Harmonies of #E7B2CB
Complementary color
Monochromatic Colors of #E7B2CB
Black with #E7B2CB
Text Example
Text Example
White with #E7B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B2CB; }
p { color: rgb(231,178,203); }
H1.HeaderClassName
{
color: #E7B2CB;
}
.AnyTagClassName
{
color: #E7B2CB;
}
</style>
background-color css
<style>
a { background-color: #E7B2CB; }
a { background-color: rgb(231,178,203); }
div.DivClassName
{
background-color: #E7B2CB;
}
.BgClassName
{
background-color: #E7B2CB;
}
</style>
border-color css
<style>
span { border-color: #E7B2CB; }
span { border-color: rgb(231,178,203); }
td.TdClassName
{
border-color: #E7B2CB;
}
.TagClassName
{
border-color: #E7B2CB;
}
</style>