Shades of Chantilly #E9B5CC
Tints of Chantilly #E9B5CC
RGB
CMYK
RGB Variations
Color information
#E9B5CC (or 0xE9B5CC) is known color: Chantilly. HEX triplet: E9, B5 and CC. RGB value is (233,181,204). Sum of RGB (Red+Green+Blue) = 233+181+204=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B5CC is #164A33. Grayscale: #C7C7C7. Windows color (decimal): -1460788 or 13415913. OLE color: 13415913.
HSL color Cylindrical-coordinate representation of color #E9B5CC: hue angle of 333.46º degrees, saturation: 0.54, 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 #E9B5CC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 181 | 204 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.09 |
| HSL | 333.46º | 0.54% | 0.81% | - |
| HSV(B) | 333.46º | 0.22% | 0.91% | - |
| XYZ | 61.03 | 54.73 | 64.47 | - |
| YUV | 199.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 204 | 0 | 0.22 | 0.12 | 0.09 | 333.46 | 0.54 | 0.81 |
| Hex | E9 | B5 | CC | 0 | 16 | C | 9 | 14D | 36 | 51 |
| Octal | 351 | 265 | 314 | 0 | 26 | 14 | 11 | 515 | 66 | 121 |
| Binary | 11101001 | 10110101 | 11001100 | 0 | 10110 | 1100 | 1001 | 101001101 | 110110 | 1010001 |
Color Harmonies of #E9B5CC
Complementary color
Monochromatic Colors of #E9B5CC
Black with #E9B5CC
Text Example
Text Example
White with #E9B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B5CC; }
p { color: rgb(233,181,204); }
H1.HeaderClassName
{
color: #E9B5CC;
}
.AnyTagClassName
{
color: #E9B5CC;
}
</style>
background-color css
<style>
a { background-color: #E9B5CC; }
a { background-color: rgb(233,181,204); }
div.DivClassName
{
background-color: #E9B5CC;
}
.BgClassName
{
background-color: #E9B5CC;
}
</style>
border-color css
<style>
span { border-color: #E9B5CC; }
span { border-color: rgb(233,181,204); }
td.TdClassName
{
border-color: #E9B5CC;
}
.TagClassName
{
border-color: #E9B5CC;
}
</style>