Shades of Chantilly #E6BCCA
Tints of Chantilly #E6BCCA
RGB
CMYK
RGB Variations
Color information
#E6BCCA (or 0xE6BCCA) is known color: Chantilly. HEX triplet: E6, BC and CA. RGB value is (230,188,202). Sum of RGB (Red+Green+Blue) = 230+188+202=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCCA is #194335. Grayscale: #CACACA. Windows color (decimal): -1655606 or 13286630. OLE color: 13286630.
HSL color Cylindrical-coordinate representation of color #E6BCCA: hue angle of 340º 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 #E6BCCA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 202 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.10 |
| HSL | 340º | 0.46% | 0.82% | - |
| HSV(B) | 340º | 0.18% | 0.9% | - |
| XYZ | 61.28 | 57.05 | 63.66 | - |
| YUV | 202.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 202 | 0 | 0.18 | 0.12 | 0.10 | 340 | 0.46 | 0.82 |
| Hex | E6 | BC | CA | 0 | 12 | C | A | 154 | 2E | 52 |
| Octal | 346 | 274 | 312 | 0 | 22 | 14 | 12 | 524 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11001010 | 0 | 10010 | 1100 | 1010 | 101010100 | 101110 | 1010010 |
Color Harmonies of #E6BCCA
Complementary color
Monochromatic Colors of #E6BCCA
Black with #E6BCCA
Text Example
Text Example
White with #E6BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCCA; }
p { color: rgb(230,188,202); }
H1.HeaderClassName
{
color: #E6BCCA;
}
.AnyTagClassName
{
color: #E6BCCA;
}
</style>
background-color css
<style>
a { background-color: #E6BCCA; }
a { background-color: rgb(230,188,202); }
div.DivClassName
{
background-color: #E6BCCA;
}
.BgClassName
{
background-color: #E6BCCA;
}
</style>
border-color css
<style>
span { border-color: #E6BCCA; }
span { border-color: rgb(230,188,202); }
td.TdClassName
{
border-color: #E6BCCA;
}
.TagClassName
{
border-color: #E6BCCA;
}
</style>