Shades of Chantilly #E6BBCC
Tints of Chantilly #E6BBCC
RGB
CMYK
RGB Variations
Color information
#E6BBCC (or 0xE6BBCC) is known color: Chantilly. HEX triplet: E6, BB and CC. RGB value is (230,187,204). Sum of RGB (Red+Green+Blue) = 230+187+204=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBCC is #194433. Grayscale: #C9C9C9. Windows color (decimal): -1655860 or 13417446. OLE color: 13417446.
HSL color Cylindrical-coordinate representation of color #E6BBCC: hue angle of 336.28º 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 #E6BBCC is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 204 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.10 |
| HSL | 336.28º | 0.46% | 0.82% | - |
| HSV(B) | 336.28º | 0.19% | 0.9% | - |
| XYZ | 61.3 | 56.72 | 64.84 | - |
| YUV | 201.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 204 | 0 | 0.19 | 0.11 | 0.10 | 336.28 | 0.46 | 0.82 |
| Hex | E6 | BB | CC | 0 | 13 | B | A | 150 | 2E | 52 |
| Octal | 346 | 273 | 314 | 0 | 23 | 13 | 12 | 520 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11001100 | 0 | 10011 | 1011 | 1010 | 101010000 | 101110 | 1010010 |
Color Harmonies of #E6BBCC
Complementary color
Monochromatic Colors of #E6BBCC
Black with #E6BBCC
Text Example
Text Example
White with #E6BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBCC; }
p { color: rgb(230,187,204); }
H1.HeaderClassName
{
color: #E6BBCC;
}
.AnyTagClassName
{
color: #E6BBCC;
}
</style>
background-color css
<style>
a { background-color: #E6BBCC; }
a { background-color: rgb(230,187,204); }
div.DivClassName
{
background-color: #E6BBCC;
}
.BgClassName
{
background-color: #E6BBCC;
}
</style>
border-color css
<style>
span { border-color: #E6BBCC; }
span { border-color: rgb(230,187,204); }
td.TdClassName
{
border-color: #E6BBCC;
}
.TagClassName
{
border-color: #E6BBCC;
}
</style>