Shades of Chantilly #E6B9C6
Tints of Chantilly #E6B9C6
RGB
CMYK
RGB Variations
Color information
#E6B9C6 (or 0xE6B9C6) is known color: Chantilly. HEX triplet: E6, B9 and C6. RGB value is (230,185,198). Sum of RGB (Red+Green+Blue) = 230+185+198=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9C6 is #194639. Grayscale: #C7C7C7. Windows color (decimal): -1656378 or 13023718. OLE color: 13023718.
HSL color Cylindrical-coordinate representation of color #E6B9C6: hue angle of 342.67º 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 #E6B9C6 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 198 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.10 |
| HSL | 342.67º | 0.47% | 0.81% | - |
| HSV(B) | 342.67º | 0.2% | 0.9% | - |
| XYZ | 60.18 | 55.6 | 60.99 | - |
| YUV | 199.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 198 | 0 | 0.20 | 0.14 | 0.10 | 342.67 | 0.47 | 0.81 |
| Hex | E6 | B9 | C6 | 0 | 14 | E | A | 157 | 2F | 51 |
| Octal | 346 | 271 | 306 | 0 | 24 | 16 | 12 | 527 | 57 | 121 |
| Binary | 11100110 | 10111001 | 11000110 | 0 | 10100 | 1110 | 1010 | 101010111 | 101111 | 1010001 |
Color Harmonies of #E6B9C6
Complementary color
Monochromatic Colors of #E6B9C6
Black with #E6B9C6
Text Example
Text Example
White with #E6B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9C6; }
p { color: rgb(230,185,198); }
H1.HeaderClassName
{
color: #E6B9C6;
}
.AnyTagClassName
{
color: #E6B9C6;
}
</style>
background-color css
<style>
a { background-color: #E6B9C6; }
a { background-color: rgb(230,185,198); }
div.DivClassName
{
background-color: #E6B9C6;
}
.BgClassName
{
background-color: #E6B9C6;
}
</style>
border-color css
<style>
span { border-color: #E6B9C6; }
span { border-color: rgb(230,185,198); }
td.TdClassName
{
border-color: #E6B9C6;
}
.TagClassName
{
border-color: #E6B9C6;
}
</style>