Shades of Chantilly #E6BECA
Tints of Chantilly #E6BECA
RGB
CMYK
RGB Variations
Color information
#E6BECA (or 0xE6BECA) is known color: Chantilly. HEX triplet: E6, BE and CA. RGB value is (230,190,202). Sum of RGB (Red+Green+Blue) = 230+190+202=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BECA is #194135. Grayscale: #CBCBCB. Windows color (decimal): -1655094 or 13287142. OLE color: 13287142.
HSL color Cylindrical-coordinate representation of color #E6BECA: hue angle of 342º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BECA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 202 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.10 |
| HSL | 342º | 0.44% | 0.82% | - |
| HSV(B) | 342º | 0.17% | 0.9% | - |
| XYZ | 61.71 | 57.91 | 63.8 | - |
| YUV | 203.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 202 | 0 | 0.17 | 0.12 | 0.10 | 342 | 0.44 | 0.82 |
| Hex | E6 | BE | CA | 0 | 11 | C | A | 156 | 2C | 52 |
| Octal | 346 | 276 | 312 | 0 | 21 | 14 | 12 | 526 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11001010 | 0 | 10001 | 1100 | 1010 | 101010110 | 101100 | 1010010 |
Color Harmonies of #E6BECA
Complementary color
Monochromatic Colors of #E6BECA
Black with #E6BECA
Text Example
Text Example
White with #E6BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BECA; }
p { color: rgb(230,190,202); }
H1.HeaderClassName
{
color: #E6BECA;
}
.AnyTagClassName
{
color: #E6BECA;
}
</style>
background-color css
<style>
a { background-color: #E6BECA; }
a { background-color: rgb(230,190,202); }
div.DivClassName
{
background-color: #E6BECA;
}
.BgClassName
{
background-color: #E6BECA;
}
</style>
border-color css
<style>
span { border-color: #E6BECA; }
span { border-color: rgb(230,190,202); }
td.TdClassName
{
border-color: #E6BECA;
}
.TagClassName
{
border-color: #E6BECA;
}
</style>