Shades of Chantilly #E5C7CC
Tints of Chantilly #E5C7CC
RGB
CMYK
RGB Variations
Color information
#E5C7CC (or 0xE5C7CC) is known color: Chantilly. HEX triplet: E5, C7 and CC. RGB value is (229,199,204). Sum of RGB (Red+Green+Blue) = 229+199+204=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C7CC is #1A3833. Grayscale: #D0D0D0. Windows color (decimal): -1718324 or 13420517. OLE color: 13420517.
HSL color Cylindrical-coordinate representation of color #E5C7CC: hue angle of 350º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C7CC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 204 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.10 |
| HSL | 350º | 0.37% | 0.84% | - |
| HSV(B) | 350º | 0.13% | 0.9% | - |
| XYZ | 63.64 | 61.86 | 65.71 | - |
| YUV | 208.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 204 | 0 | 0.13 | 0.11 | 0.10 | 350 | 0.37 | 0.84 |
| Hex | E5 | C7 | CC | 0 | D | B | A | 15E | 25 | 54 |
| Octal | 345 | 307 | 314 | 0 | 15 | 13 | 12 | 536 | 45 | 124 |
| Binary | 11100101 | 11000111 | 11001100 | 0 | 1101 | 1011 | 1010 | 101011110 | 100101 | 1010100 |
Color Harmonies of #E5C7CC
Complementary color
Monochromatic Colors of #E5C7CC
Black with #E5C7CC
Text Example
Text Example
White with #E5C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7CC; }
p { color: rgb(229,199,204); }
H1.HeaderClassName
{
color: #E5C7CC;
}
.AnyTagClassName
{
color: #E5C7CC;
}
</style>
background-color css
<style>
a { background-color: #E5C7CC; }
a { background-color: rgb(229,199,204); }
div.DivClassName
{
background-color: #E5C7CC;
}
.BgClassName
{
background-color: #E5C7CC;
}
</style>
border-color css
<style>
span { border-color: #E5C7CC; }
span { border-color: rgb(229,199,204); }
td.TdClassName
{
border-color: #E5C7CC;
}
.TagClassName
{
border-color: #E5C7CC;
}
</style>