Shades of Chantilly #E8BBCB
Tints of Chantilly #E8BBCB
RGB
CMYK
RGB Variations
Color information
#E8BBCB (or 0xE8BBCB) is known color: Chantilly. HEX triplet: E8, BB and CB. RGB value is (232,187,203). Sum of RGB (Red+Green+Blue) = 232+187+203=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBCB is #174434. Grayscale: #CACACA. Windows color (decimal): -1524789 or 13351912. OLE color: 13351912.
HSL color Cylindrical-coordinate representation of color #E8BBCB: hue angle of 338.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BBCB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 203 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.09 |
| HSL | 338.67º | 0.49% | 0.82% | - |
| HSV(B) | 338.67º | 0.19% | 0.91% | - |
| XYZ | 61.83 | 57.01 | 64.24 | - |
| YUV | 202.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 203 | 0 | 0.19 | 0.12 | 0.09 | 338.67 | 0.49 | 0.82 |
| Hex | E8 | BB | CB | 0 | 13 | C | 9 | 153 | 31 | 52 |
| Octal | 350 | 273 | 313 | 0 | 23 | 14 | 11 | 523 | 61 | 122 |
| Binary | 11101000 | 10111011 | 11001011 | 0 | 10011 | 1100 | 1001 | 101010011 | 110001 | 1010010 |
Color Harmonies of #E8BBCB
Complementary color
Monochromatic Colors of #E8BBCB
Black with #E8BBCB
Text Example
Text Example
White with #E8BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBCB; }
p { color: rgb(232,187,203); }
H1.HeaderClassName
{
color: #E8BBCB;
}
.AnyTagClassName
{
color: #E8BBCB;
}
</style>
background-color css
<style>
a { background-color: #E8BBCB; }
a { background-color: rgb(232,187,203); }
div.DivClassName
{
background-color: #E8BBCB;
}
.BgClassName
{
background-color: #E8BBCB;
}
</style>
border-color css
<style>
span { border-color: #E8BBCB; }
span { border-color: rgb(232,187,203); }
td.TdClassName
{
border-color: #E8BBCB;
}
.TagClassName
{
border-color: #E8BBCB;
}
</style>