Shades of Chantilly #E8BECF
Tints of Chantilly #E8BECF
RGB
CMYK
RGB Variations
Color information
#E8BECF (or 0xE8BECF) is known color: Chantilly. HEX triplet: E8, BE and CF. RGB value is (232,190,207). Sum of RGB (Red+Green+Blue) = 232+190+207=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BECF is #174130. Grayscale: #CCCCCC. Windows color (decimal): -1524017 or 13614824. OLE color: 13614824.
HSL color Cylindrical-coordinate representation of color #E8BECF: hue angle of 335.71º 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 #E8BECF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 207 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.09 |
| HSL | 335.71º | 0.48% | 0.83% | - |
| HSV(B) | 335.71º | 0.18% | 0.91% | - |
| XYZ | 62.95 | 58.49 | 67 | - |
| YUV | 204.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 207 | 0 | 0.18 | 0.11 | 0.09 | 335.71 | 0.48 | 0.83 |
| Hex | E8 | BE | CF | 0 | 12 | B | 9 | 150 | 30 | 53 |
| Octal | 350 | 276 | 317 | 0 | 22 | 13 | 11 | 520 | 60 | 123 |
| Binary | 11101000 | 10111110 | 11001111 | 0 | 10010 | 1011 | 1001 | 101010000 | 110000 | 1010011 |
Color Harmonies of #E8BECF
Complementary color
Monochromatic Colors of #E8BECF
Black with #E8BECF
Text Example
Text Example
White with #E8BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BECF; }
p { color: rgb(232,190,207); }
H1.HeaderClassName
{
color: #E8BECF;
}
.AnyTagClassName
{
color: #E8BECF;
}
</style>
background-color css
<style>
a { background-color: #E8BECF; }
a { background-color: rgb(232,190,207); }
div.DivClassName
{
background-color: #E8BECF;
}
.BgClassName
{
background-color: #E8BECF;
}
</style>
border-color css
<style>
span { border-color: #E8BECF; }
span { border-color: rgb(232,190,207); }
td.TdClassName
{
border-color: #E8BECF;
}
.TagClassName
{
border-color: #E8BECF;
}
</style>