Shades of Chantilly #E5BBCB
Tints of Chantilly #E5BBCB
RGB
CMYK
RGB Variations
Color information
#E5BBCB (or 0xE5BBCB) is known color: Chantilly. HEX triplet: E5, BB and CB. RGB value is (229,187,203). Sum of RGB (Red+Green+Blue) = 229+187+203=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BBCB is #1A4434. Grayscale: #C9C9C9. Windows color (decimal): -1721397 or 13351909. OLE color: 13351909.
HSL color Cylindrical-coordinate representation of color #E5BBCB: hue angle of 337.14º degrees, saturation: 0.45, 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 #E5BBCB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 203 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.10 |
| HSL | 337.14º | 0.45% | 0.82% | - |
| HSV(B) | 337.14º | 0.18% | 0.9% | - |
| XYZ | 60.86 | 56.51 | 64.2 | - |
| YUV | 201.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 203 | 0 | 0.18 | 0.11 | 0.10 | 337.14 | 0.45 | 0.82 |
| Hex | E5 | BB | CB | 0 | 12 | B | A | 151 | 2D | 52 |
| Octal | 345 | 273 | 313 | 0 | 22 | 13 | 12 | 521 | 55 | 122 |
| Binary | 11100101 | 10111011 | 11001011 | 0 | 10010 | 1011 | 1010 | 101010001 | 101101 | 1010010 |
Color Harmonies of #E5BBCB
Complementary color
Monochromatic Colors of #E5BBCB
Black with #E5BBCB
Text Example
Text Example
White with #E5BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBCB; }
p { color: rgb(229,187,203); }
H1.HeaderClassName
{
color: #E5BBCB;
}
.AnyTagClassName
{
color: #E5BBCB;
}
</style>
background-color css
<style>
a { background-color: #E5BBCB; }
a { background-color: rgb(229,187,203); }
div.DivClassName
{
background-color: #E5BBCB;
}
.BgClassName
{
background-color: #E5BBCB;
}
</style>
border-color css
<style>
span { border-color: #E5BBCB; }
span { border-color: rgb(229,187,203); }
td.TdClassName
{
border-color: #E5BBCB;
}
.TagClassName
{
border-color: #E5BBCB;
}
</style>