Shades of Chantilly #E8B1CB
Tints of Chantilly #E8B1CB
RGB
CMYK
RGB Variations
Color information
#E8B1CB (or 0xE8B1CB) is known color: Chantilly. HEX triplet: E8, B1 and CB. RGB value is (232,177,203). Sum of RGB (Red+Green+Blue) = 232+177+203=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1CB is #174E34. Grayscale: #C4C4C4. Windows color (decimal): -1527349 or 13349352. OLE color: 13349352.
HSL color Cylindrical-coordinate representation of color #E8B1CB: hue angle of 331.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B1CB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 203 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 331.64º | 0.54% | 0.8% | - |
| HSV(B) | 331.64º | 0.24% | 0.91% | - |
| XYZ | 59.78 | 52.91 | 63.56 | - |
| YUV | 196.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 203 | 0 | 0.24 | 0.12 | 0.09 | 331.64 | 0.54 | 0.8 |
| Hex | E8 | B1 | CB | 0 | 18 | C | 9 | 14C | 36 | 50 |
| Octal | 350 | 261 | 313 | 0 | 30 | 14 | 11 | 514 | 66 | 120 |
| Binary | 11101000 | 10110001 | 11001011 | 0 | 11000 | 1100 | 1001 | 101001100 | 110110 | 1010000 |
Color Harmonies of #E8B1CB
Complementary color
Monochromatic Colors of #E8B1CB
Black with #E8B1CB
Text Example
Text Example
White with #E8B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1CB; }
p { color: rgb(232,177,203); }
H1.HeaderClassName
{
color: #E8B1CB;
}
.AnyTagClassName
{
color: #E8B1CB;
}
</style>
background-color css
<style>
a { background-color: #E8B1CB; }
a { background-color: rgb(232,177,203); }
div.DivClassName
{
background-color: #E8B1CB;
}
.BgClassName
{
background-color: #E8B1CB;
}
</style>
border-color css
<style>
span { border-color: #E8B1CB; }
span { border-color: rgb(232,177,203); }
td.TdClassName
{
border-color: #E8B1CB;
}
.TagClassName
{
border-color: #E8B1CB;
}
</style>