Shades of Chantilly #E7B5CC
Tints of Chantilly #E7B5CC
RGB
CMYK
RGB Variations
Color information
#E7B5CC (or 0xE7B5CC) is known color: Chantilly. HEX triplet: E7, B5 and CC. RGB value is (231,181,204). Sum of RGB (Red+Green+Blue) = 231+181+204=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5CC is #184A33. Grayscale: #C6C6C6. Windows color (decimal): -1591860 or 13415911. OLE color: 13415911.
HSL color Cylindrical-coordinate representation of color #E7B5CC: hue angle of 332.4º degrees, saturation: 0.51, 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 #E7B5CC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 181 | 204 | - |
CMYK | 0 | 0.22 | 0.12 | 0.09 |
HSL | 332.4º | 0.51% | 0.81% | - |
HSV(B) | 332.4º | 0.22% | 0.91% | - |
XYZ | 60.38 | 54.4 | 64.44 | - |
YUV | 198.57 | 131.07 | 151.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 181 | 204 | 0 | 0.22 | 0.12 | 0.09 | 332.4 | 0.51 | 0.81 |
Hex | E7 | B5 | CC | 0 | 16 | C | 9 | 14C | 33 | 51 |
Octal | 347 | 265 | 314 | 0 | 26 | 14 | 11 | 514 | 63 | 121 |
Binary | 11100111 | 10110101 | 11001100 | 0 | 10110 | 1100 | 1001 | 101001100 | 110011 | 1010001 |
Color Harmonies of #E7B5CC
Complementary color
Monochromatic Colors of #E7B5CC
Black with #E7B5CC
Text Example
Text Example
White with #E7B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B5CC; }
p { color: rgb(231,181,204); }
H1.HeaderClassName
{
color: #E7B5CC;
}
.AnyTagClassName
{
color: #E7B5CC;
}
</style>
background-color css
<style>
a { background-color: #E7B5CC; }
a { background-color: rgb(231,181,204); }
div.DivClassName
{
background-color: #E7B5CC;
}
.BgClassName
{
background-color: #E7B5CC;
}
</style>
border-color css
<style>
span { border-color: #E7B5CC; }
span { border-color: rgb(231,181,204); }
td.TdClassName
{
border-color: #E7B5CC;
}
.TagClassName
{
border-color: #E7B5CC;
}
</style>