Shades of Chantilly #E6BDCC
Tints of Chantilly #E6BDCC
RGB
CMYK
RGB Variations
Color information
#E6BDCC (or 0xE6BDCC) is known color: Chantilly. HEX triplet: E6, BD and CC. RGB value is (230,189,204). Sum of RGB (Red+Green+Blue) = 230+189+204=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCC is #194233. Grayscale: #CACACA. Windows color (decimal): -1655348 or 13417958. OLE color: 13417958.
HSL color Cylindrical-coordinate representation of color #E6BDCC: hue angle of 338.05º 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 #E6BDCC is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 204 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.10 |
| HSL | 338.05º | 0.45% | 0.82% | - |
| HSV(B) | 338.05º | 0.18% | 0.9% | - |
| XYZ | 61.73 | 57.58 | 64.99 | - |
| YUV | 202.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 204 | 0 | 0.18 | 0.11 | 0.10 | 338.05 | 0.45 | 0.82 |
| Hex | E6 | BD | CC | 0 | 12 | B | A | 152 | 2D | 52 |
| Octal | 346 | 275 | 314 | 0 | 22 | 13 | 12 | 522 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11001100 | 0 | 10010 | 1011 | 1010 | 101010010 | 101101 | 1010010 |
Color Harmonies of #E6BDCC
Complementary color
Monochromatic Colors of #E6BDCC
Black with #E6BDCC
Text Example
Text Example
White with #E6BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDCC; }
p { color: rgb(230,189,204); }
H1.HeaderClassName
{
color: #E6BDCC;
}
.AnyTagClassName
{
color: #E6BDCC;
}
</style>
background-color css
<style>
a { background-color: #E6BDCC; }
a { background-color: rgb(230,189,204); }
div.DivClassName
{
background-color: #E6BDCC;
}
.BgClassName
{
background-color: #E6BDCC;
}
</style>
border-color css
<style>
span { border-color: #E6BDCC; }
span { border-color: rgb(230,189,204); }
td.TdClassName
{
border-color: #E6BDCC;
}
.TagClassName
{
border-color: #E6BDCC;
}
</style>