Shades of Chantilly #E6B7CB
Tints of Chantilly #E6B7CB
RGB
CMYK
RGB Variations
Color information
#E6B7CB (or 0xE6B7CB) is known color: Chantilly. HEX triplet: E6, B7 and CB. RGB value is (230,183,203). Sum of RGB (Red+Green+Blue) = 230+183+203=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7CB is #194834. Grayscale: #C7C7C7. Windows color (decimal): -1656885 or 13350886. OLE color: 13350886.
HSL color Cylindrical-coordinate representation of color #E6B7CB: hue angle of 334.47º 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 #E6B7CB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 203 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.10 |
| HSL | 334.47º | 0.48% | 0.81% | - |
| HSV(B) | 334.47º | 0.2% | 0.9% | - |
| XYZ | 60.35 | 55 | 63.94 | - |
| YUV | 199.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 203 | 0 | 0.20 | 0.12 | 0.10 | 334.47 | 0.48 | 0.81 |
| Hex | E6 | B7 | CB | 0 | 14 | C | A | 14E | 30 | 51 |
| Octal | 346 | 267 | 313 | 0 | 24 | 14 | 12 | 516 | 60 | 121 |
| Binary | 11100110 | 10110111 | 11001011 | 0 | 10100 | 1100 | 1010 | 101001110 | 110000 | 1010001 |
Color Harmonies of #E6B7CB
Complementary color
Monochromatic Colors of #E6B7CB
Black with #E6B7CB
Text Example
Text Example
White with #E6B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7CB; }
p { color: rgb(230,183,203); }
H1.HeaderClassName
{
color: #E6B7CB;
}
.AnyTagClassName
{
color: #E6B7CB;
}
</style>
background-color css
<style>
a { background-color: #E6B7CB; }
a { background-color: rgb(230,183,203); }
div.DivClassName
{
background-color: #E6B7CB;
}
.BgClassName
{
background-color: #E6B7CB;
}
</style>
border-color css
<style>
span { border-color: #E6B7CB; }
span { border-color: rgb(230,183,203); }
td.TdClassName
{
border-color: #E6B7CB;
}
.TagClassName
{
border-color: #E6B7CB;
}
</style>