Shades of Chantilly #E6BBC8
Tints of Chantilly #E6BBC8
RGB
CMYK
RGB Variations
Color information
#E6BBC8 (or 0xE6BBC8) is known color: Chantilly. HEX triplet: E6, BB and C8. RGB value is (230,187,200). Sum of RGB (Red+Green+Blue) = 230+187+200=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBC8 is #194437. Grayscale: #C9C9C9. Windows color (decimal): -1655864 or 13155302. OLE color: 13155302.
HSL color Cylindrical-coordinate representation of color #E6BBC8: hue angle of 341.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBC8 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 200 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.10 |
| HSL | 341.86º | 0.46% | 0.82% | - |
| HSV(B) | 341.86º | 0.19% | 0.9% | - |
| XYZ | 60.83 | 56.53 | 62.35 | - |
| YUV | 201.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 200 | 0 | 0.19 | 0.13 | 0.10 | 341.86 | 0.46 | 0.82 |
| Hex | E6 | BB | C8 | 0 | 13 | D | A | 156 | 2E | 52 |
| Octal | 346 | 273 | 310 | 0 | 23 | 15 | 12 | 526 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11001000 | 0 | 10011 | 1101 | 1010 | 101010110 | 101110 | 1010010 |
Color Harmonies of #E6BBC8
Complementary color
Monochromatic Colors of #E6BBC8
Black with #E6BBC8
Text Example
Text Example
White with #E6BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBC8; }
p { color: rgb(230,187,200); }
H1.HeaderClassName
{
color: #E6BBC8;
}
.AnyTagClassName
{
color: #E6BBC8;
}
</style>
background-color css
<style>
a { background-color: #E6BBC8; }
a { background-color: rgb(230,187,200); }
div.DivClassName
{
background-color: #E6BBC8;
}
.BgClassName
{
background-color: #E6BBC8;
}
</style>
border-color css
<style>
span { border-color: #E6BBC8; }
span { border-color: rgb(230,187,200); }
td.TdClassName
{
border-color: #E6BBC8;
}
.TagClassName
{
border-color: #E6BBC8;
}
</style>