Shades of Chantilly #E6B9CB
Tints of Chantilly #E6B9CB
RGB
CMYK
RGB Variations
Color information
#E6B9CB (or 0xE6B9CB) is known color: Chantilly. HEX triplet: E6, B9 and CB. RGB value is (230,185,203). Sum of RGB (Red+Green+Blue) = 230+185+203=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9CB is #194634. Grayscale: #C8C8C8. Windows color (decimal): -1656373 or 13351398. OLE color: 13351398.
HSL color Cylindrical-coordinate representation of color #E6B9CB: hue angle of 336º degrees, saturation: 0.47, 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 #E6B9CB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 203 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.10 |
| HSL | 336º | 0.47% | 0.81% | - |
| HSV(B) | 336º | 0.2% | 0.9% | - |
| XYZ | 60.76 | 55.83 | 64.07 | - |
| YUV | 200.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 203 | 0 | 0.20 | 0.12 | 0.10 | 336 | 0.47 | 0.81 |
| Hex | E6 | B9 | CB | 0 | 14 | C | A | 150 | 2F | 51 |
| Octal | 346 | 271 | 313 | 0 | 24 | 14 | 12 | 520 | 57 | 121 |
| Binary | 11100110 | 10111001 | 11001011 | 0 | 10100 | 1100 | 1010 | 101010000 | 101111 | 1010001 |
Color Harmonies of #E6B9CB
Complementary color
Monochromatic Colors of #E6B9CB
Black with #E6B9CB
Text Example
Text Example
White with #E6B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9CB; }
p { color: rgb(230,185,203); }
H1.HeaderClassName
{
color: #E6B9CB;
}
.AnyTagClassName
{
color: #E6B9CB;
}
</style>
background-color css
<style>
a { background-color: #E6B9CB; }
a { background-color: rgb(230,185,203); }
div.DivClassName
{
background-color: #E6B9CB;
}
.BgClassName
{
background-color: #E6B9CB;
}
</style>
border-color css
<style>
span { border-color: #E6B9CB; }
span { border-color: rgb(230,185,203); }
td.TdClassName
{
border-color: #E6B9CB;
}
.TagClassName
{
border-color: #E6B9CB;
}
</style>