Shades of Chantilly #E8BECA
Tints of Chantilly #E8BECA
RGB
CMYK
RGB Variations
Color information
#E8BECA (or 0xE8BECA) is known color: Chantilly. HEX triplet: E8, BE and CA. RGB value is (232,190,202). Sum of RGB (Red+Green+Blue) = 232+190+202=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BECA is #174135. Grayscale: #CBCBCB. Windows color (decimal): -1524022 or 13287144. OLE color: 13287144.
HSL color Cylindrical-coordinate representation of color #E8BECA: hue angle of 342.86º 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 #E8BECA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 202 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.09 |
| HSL | 342.86º | 0.48% | 0.83% | - |
| HSV(B) | 342.86º | 0.18% | 0.91% | - |
| XYZ | 62.35 | 58.25 | 63.83 | - |
| YUV | 203.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 202 | 0 | 0.18 | 0.13 | 0.09 | 342.86 | 0.48 | 0.83 |
| Hex | E8 | BE | CA | 0 | 12 | D | 9 | 157 | 30 | 53 |
| Octal | 350 | 276 | 312 | 0 | 22 | 15 | 11 | 527 | 60 | 123 |
| Binary | 11101000 | 10111110 | 11001010 | 0 | 10010 | 1101 | 1001 | 101010111 | 110000 | 1010011 |
Color Harmonies of #E8BECA
Complementary color
Monochromatic Colors of #E8BECA
Black with #E8BECA
Text Example
Text Example
White with #E8BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BECA; }
p { color: rgb(232,190,202); }
H1.HeaderClassName
{
color: #E8BECA;
}
.AnyTagClassName
{
color: #E8BECA;
}
</style>
background-color css
<style>
a { background-color: #E8BECA; }
a { background-color: rgb(232,190,202); }
div.DivClassName
{
background-color: #E8BECA;
}
.BgClassName
{
background-color: #E8BECA;
}
</style>
border-color css
<style>
span { border-color: #E8BECA; }
span { border-color: rgb(232,190,202); }
td.TdClassName
{
border-color: #E8BECA;
}
.TagClassName
{
border-color: #E8BECA;
}
</style>