Shades of Chantilly #E8B5CC
Tints of Chantilly #E8B5CC
RGB
CMYK
RGB Variations
Color information
#E8B5CC (or 0xE8B5CC) is known color: Chantilly. HEX triplet: E8, B5 and CC. RGB value is (232,181,204). Sum of RGB (Red+Green+Blue) = 232+181+204=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B5CC is #174A33. Grayscale: #C6C6C6. Windows color (decimal): -1526324 or 13415912. OLE color: 13415912.
HSL color Cylindrical-coordinate representation of color #E8B5CC: hue angle of 332.94º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B5CC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 181 | 204 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.09 |
| HSL | 332.94º | 0.53% | 0.81% | - |
| HSV(B) | 332.94º | 0.22% | 0.91% | - |
| XYZ | 60.7 | 54.56 | 64.46 | - |
| YUV | 198.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 204 | 0 | 0.22 | 0.12 | 0.09 | 332.94 | 0.53 | 0.81 |
| Hex | E8 | B5 | CC | 0 | 16 | C | 9 | 14D | 35 | 51 |
| Octal | 350 | 265 | 314 | 0 | 26 | 14 | 11 | 515 | 65 | 121 |
| Binary | 11101000 | 10110101 | 11001100 | 0 | 10110 | 1100 | 1001 | 101001101 | 110101 | 1010001 |
Color Harmonies of #E8B5CC
Complementary color
Monochromatic Colors of #E8B5CC
Black with #E8B5CC
Text Example
Text Example
White with #E8B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5CC; }
p { color: rgb(232,181,204); }
H1.HeaderClassName
{
color: #E8B5CC;
}
.AnyTagClassName
{
color: #E8B5CC;
}
</style>
background-color css
<style>
a { background-color: #E8B5CC; }
a { background-color: rgb(232,181,204); }
div.DivClassName
{
background-color: #E8B5CC;
}
.BgClassName
{
background-color: #E8B5CC;
}
</style>
border-color css
<style>
span { border-color: #E8B5CC; }
span { border-color: rgb(232,181,204); }
td.TdClassName
{
border-color: #E8B5CC;
}
.TagClassName
{
border-color: #E8B5CC;
}
</style>