Shades of Chantilly #E4BBCB
Tints of Chantilly #E4BBCB
RGB
CMYK
RGB Variations
Color information
#E4BBCB (or 0xE4BBCB) is known color: Chantilly. HEX triplet: E4, BB and CB. RGB value is (228,187,203). Sum of RGB (Red+Green+Blue) = 228+187+203=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBCB is #1B4434. Grayscale: #C9C9C9. Windows color (decimal): -1786933 or 13351908. OLE color: 13351908.
HSL color Cylindrical-coordinate representation of color #E4BBCB: hue angle of 336.59º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBCB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 203 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.11 |
| HSL | 336.59º | 0.43% | 0.81% | - |
| HSV(B) | 336.59º | 0.18% | 0.89% | - |
| XYZ | 60.54 | 56.35 | 64.18 | - |
| YUV | 201.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 203 | 0 | 0.18 | 0.11 | 0.11 | 336.59 | 0.43 | 0.81 |
| Hex | E4 | BB | CB | 0 | 12 | B | B | 151 | 2B | 51 |
| Octal | 344 | 273 | 313 | 0 | 22 | 13 | 13 | 521 | 53 | 121 |
| Binary | 11100100 | 10111011 | 11001011 | 0 | 10010 | 1011 | 1011 | 101010001 | 101011 | 1010001 |
Color Harmonies of #E4BBCB
Complementary color
Monochromatic Colors of #E4BBCB
Black with #E4BBCB
Text Example
Text Example
White with #E4BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBCB; }
p { color: rgb(228,187,203); }
H1.HeaderClassName
{
color: #E4BBCB;
}
.AnyTagClassName
{
color: #E4BBCB;
}
</style>
background-color css
<style>
a { background-color: #E4BBCB; }
a { background-color: rgb(228,187,203); }
div.DivClassName
{
background-color: #E4BBCB;
}
.BgClassName
{
background-color: #E4BBCB;
}
</style>
border-color css
<style>
span { border-color: #E4BBCB; }
span { border-color: rgb(228,187,203); }
td.TdClassName
{
border-color: #E4BBCB;
}
.TagClassName
{
border-color: #E4BBCB;
}
</style>