Shades of Chantilly #E6BCC6
Tints of Chantilly #E6BCC6
RGB
CMYK
RGB Variations
Color information
#E6BCC6 (or 0xE6BCC6) is known color: Chantilly. HEX triplet: E6, BC and C6. RGB value is (230,188,198). Sum of RGB (Red+Green+Blue) = 230+188+198=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCC6 is #194339. Grayscale: #C9C9C9. Windows color (decimal): -1655610 or 13024486. OLE color: 13024486.
HSL color Cylindrical-coordinate representation of color #E6BCC6: hue angle of 345.71º degrees, saturation: 0.46, 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 #E6BCC6 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 198 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.10 |
| HSL | 345.71º | 0.46% | 0.82% | - |
| HSV(B) | 345.71º | 0.18% | 0.9% | - |
| XYZ | 60.81 | 56.87 | 61.2 | - |
| YUV | 201.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 198 | 0 | 0.18 | 0.14 | 0.10 | 345.71 | 0.46 | 0.82 |
| Hex | E6 | BC | C6 | 0 | 12 | E | A | 15A | 2E | 52 |
| Octal | 346 | 274 | 306 | 0 | 22 | 16 | 12 | 532 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11000110 | 0 | 10010 | 1110 | 1010 | 101011010 | 101110 | 1010010 |
Color Harmonies of #E6BCC6
Complementary color
Monochromatic Colors of #E6BCC6
Black with #E6BCC6
Text Example
Text Example
White with #E6BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCC6; }
p { color: rgb(230,188,198); }
H1.HeaderClassName
{
color: #E6BCC6;
}
.AnyTagClassName
{
color: #E6BCC6;
}
</style>
background-color css
<style>
a { background-color: #E6BCC6; }
a { background-color: rgb(230,188,198); }
div.DivClassName
{
background-color: #E6BCC6;
}
.BgClassName
{
background-color: #E6BCC6;
}
</style>
border-color css
<style>
span { border-color: #E6BCC6; }
span { border-color: rgb(230,188,198); }
td.TdClassName
{
border-color: #E6BCC6;
}
.TagClassName
{
border-color: #E6BCC6;
}
</style>