Shades of Chantilly #E6BDCB
Tints of Chantilly #E6BDCB
RGB
CMYK
RGB Variations
Color information
#E6BDCB (or 0xE6BDCB) is known color: Chantilly. HEX triplet: E6, BD and CB. RGB value is (230,189,203). Sum of RGB (Red+Green+Blue) = 230+189+203=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCB is #194234. Grayscale: #CACACA. Windows color (decimal): -1655349 or 13352422. OLE color: 13352422.
HSL color Cylindrical-coordinate representation of color #E6BDCB: hue angle of 339.51º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDCB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 203 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.10 |
| HSL | 339.51º | 0.45% | 0.82% | - |
| HSV(B) | 339.51º | 0.18% | 0.9% | - |
| XYZ | 61.61 | 57.53 | 64.36 | - |
| YUV | 202.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 203 | 0 | 0.18 | 0.12 | 0.10 | 339.51 | 0.45 | 0.82 |
| Hex | E6 | BD | CB | 0 | 12 | C | A | 154 | 2D | 52 |
| Octal | 346 | 275 | 313 | 0 | 22 | 14 | 12 | 524 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11001011 | 0 | 10010 | 1100 | 1010 | 101010100 | 101101 | 1010010 |
Color Harmonies of #E6BDCB
Complementary color
Monochromatic Colors of #E6BDCB
Black with #E6BDCB
Text Example
Text Example
White with #E6BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDCB; }
p { color: rgb(230,189,203); }
H1.HeaderClassName
{
color: #E6BDCB;
}
.AnyTagClassName
{
color: #E6BDCB;
}
</style>
background-color css
<style>
a { background-color: #E6BDCB; }
a { background-color: rgb(230,189,203); }
div.DivClassName
{
background-color: #E6BDCB;
}
.BgClassName
{
background-color: #E6BDCB;
}
</style>
border-color css
<style>
span { border-color: #E6BDCB; }
span { border-color: rgb(230,189,203); }
td.TdClassName
{
border-color: #E6BDCB;
}
.TagClassName
{
border-color: #E6BDCB;
}
</style>