Shades of Chantilly #E6B7CA
Tints of Chantilly #E6B7CA
RGB
CMYK
RGB Variations
Color information
#E6B7CA (or 0xE6B7CA) is known color: Chantilly. HEX triplet: E6, B7 and CA. RGB value is (230,183,202). Sum of RGB (Red+Green+Blue) = 230+183+202=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7CA is #194835. Grayscale: #C7C7C7. Windows color (decimal): -1656886 or 13285350. OLE color: 13285350.
HSL color Cylindrical-coordinate representation of color #E6B7CA: hue angle of 335.74º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B7CA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 202 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.10 |
| HSL | 335.74º | 0.48% | 0.81% | - |
| HSV(B) | 335.74º | 0.2% | 0.9% | - |
| XYZ | 60.23 | 54.95 | 63.31 | - |
| YUV | 199.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 202 | 0 | 0.20 | 0.12 | 0.10 | 335.74 | 0.48 | 0.81 |
| Hex | E6 | B7 | CA | 0 | 14 | C | A | 150 | 30 | 51 |
| Octal | 346 | 267 | 312 | 0 | 24 | 14 | 12 | 520 | 60 | 121 |
| Binary | 11100110 | 10110111 | 11001010 | 0 | 10100 | 1100 | 1010 | 101010000 | 110000 | 1010001 |
Color Harmonies of #E6B7CA
Complementary color
Monochromatic Colors of #E6B7CA
Black with #E6B7CA
Text Example
Text Example
White with #E6B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7CA; }
p { color: rgb(230,183,202); }
H1.HeaderClassName
{
color: #E6B7CA;
}
.AnyTagClassName
{
color: #E6B7CA;
}
</style>
background-color css
<style>
a { background-color: #E6B7CA; }
a { background-color: rgb(230,183,202); }
div.DivClassName
{
background-color: #E6B7CA;
}
.BgClassName
{
background-color: #E6B7CA;
}
</style>
border-color css
<style>
span { border-color: #E6B7CA; }
span { border-color: rgb(230,183,202); }
td.TdClassName
{
border-color: #E6B7CA;
}
.TagClassName
{
border-color: #E6B7CA;
}
</style>