Shades of Chantilly #E8BECB
Tints of Chantilly #E8BECB
RGB
CMYK
RGB Variations
Color information
#E8BECB (or 0xE8BECB) is known color: Chantilly. HEX triplet: E8, BE and CB. RGB value is (232,190,203). Sum of RGB (Red+Green+Blue) = 232+190+203=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BECB is #174134. Grayscale: #CCCCCC. Windows color (decimal): -1524021 or 13352680. OLE color: 13352680.
HSL color Cylindrical-coordinate representation of color #E8BECB: hue angle of 341.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BECB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 203 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.09 |
| HSL | 341.43º | 0.48% | 0.83% | - |
| HSV(B) | 341.43º | 0.18% | 0.91% | - |
| XYZ | 62.47 | 58.29 | 64.46 | - |
| YUV | 204.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 203 | 0 | 0.18 | 0.12 | 0.09 | 341.43 | 0.48 | 0.83 |
| Hex | E8 | BE | CB | 0 | 12 | C | 9 | 155 | 30 | 53 |
| Octal | 350 | 276 | 313 | 0 | 22 | 14 | 11 | 525 | 60 | 123 |
| Binary | 11101000 | 10111110 | 11001011 | 0 | 10010 | 1100 | 1001 | 101010101 | 110000 | 1010011 |
Color Harmonies of #E8BECB
Complementary color
Monochromatic Colors of #E8BECB
Black with #E8BECB
Text Example
Text Example
White with #E8BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BECB; }
p { color: rgb(232,190,203); }
H1.HeaderClassName
{
color: #E8BECB;
}
.AnyTagClassName
{
color: #E8BECB;
}
</style>
background-color css
<style>
a { background-color: #E8BECB; }
a { background-color: rgb(232,190,203); }
div.DivClassName
{
background-color: #E8BECB;
}
.BgClassName
{
background-color: #E8BECB;
}
</style>
border-color css
<style>
span { border-color: #E8BECB; }
span { border-color: rgb(232,190,203); }
td.TdClassName
{
border-color: #E8BECB;
}
.TagClassName
{
border-color: #E8BECB;
}
</style>