Shades of Chantilly #E5C4CC
Tints of Chantilly #E5C4CC
RGB
CMYK
RGB Variations
Color information
#E5C4CC (or 0xE5C4CC) is known color: Chantilly. HEX triplet: E5, C4 and CC. RGB value is (229,196,204). Sum of RGB (Red+Green+Blue) = 229+196+204=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4CC is #1A3B33. Grayscale: #CECECE. Windows color (decimal): -1719092 or 13419749. OLE color: 13419749.
HSL color Cylindrical-coordinate representation of color #E5C4CC: hue angle of 345.45º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C4CC is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 204 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.10 |
| HSL | 345.45º | 0.39% | 0.83% | - |
| HSV(B) | 345.45º | 0.14% | 0.9% | - |
| XYZ | 62.95 | 60.5 | 65.49 | - |
| YUV | 206.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 204 | 0 | 0.14 | 0.11 | 0.10 | 345.45 | 0.39 | 0.83 |
| Hex | E5 | C4 | CC | 0 | E | B | A | 159 | 27 | 53 |
| Octal | 345 | 304 | 314 | 0 | 16 | 13 | 12 | 531 | 47 | 123 |
| Binary | 11100101 | 11000100 | 11001100 | 0 | 1110 | 1011 | 1010 | 101011001 | 100111 | 1010011 |
Color Harmonies of #E5C4CC
Complementary color
Monochromatic Colors of #E5C4CC
Black with #E5C4CC
Text Example
Text Example
White with #E5C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4CC; }
p { color: rgb(229,196,204); }
H1.HeaderClassName
{
color: #E5C4CC;
}
.AnyTagClassName
{
color: #E5C4CC;
}
</style>
background-color css
<style>
a { background-color: #E5C4CC; }
a { background-color: rgb(229,196,204); }
div.DivClassName
{
background-color: #E5C4CC;
}
.BgClassName
{
background-color: #E5C4CC;
}
</style>
border-color css
<style>
span { border-color: #E5C4CC; }
span { border-color: rgb(229,196,204); }
td.TdClassName
{
border-color: #E5C4CC;
}
.TagClassName
{
border-color: #E5C4CC;
}
</style>