Shades of Half And Half #ECE5C5
Tints of Half And Half #ECE5C5
RGB
CMYK
RGB Variations
Color information
#ECE5C5 (or 0xECE5C5) is known color: Half And Half. HEX triplet: EC, E5 and C5. RGB value is (236,229,197). Sum of RGB (Red+Green+Blue) = 236+229+197=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5C5 is #131A3A. Grayscale: #E3E3E3. Windows color (decimal): -1251899 or 12969452. OLE color: 12969452.
HSL color Cylindrical-coordinate representation of color #ECE5C5: hue angle of 49.23º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECE5C5 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 197 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.07 |
| HSL | 49.23º | 0.51% | 0.85% | - |
| HSV(B) | 49.23º | 0.17% | 0.93% | - |
| XYZ | 72.69 | 77.9 | 64.03 | - |
| YUV | 227.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 197 | 0 | 0.03 | 0.17 | 0.07 | 49.23 | 0.51 | 0.85 |
| Hex | EC | E5 | C5 | 0 | 3 | 11 | 7 | 31 | 33 | 55 |
| Octal | 354 | 345 | 305 | 0 | 3 | 21 | 7 | 61 | 63 | 125 |
| Binary | 11101100 | 11100101 | 11000101 | 0 | 11 | 10001 | 111 | 110001 | 110011 | 1010101 |
Color Harmonies of #ECE5C5
Complementary color
Monochromatic Colors of #ECE5C5
Black with #ECE5C5
Text Example
Text Example
White with #ECE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5C5; }
p { color: rgb(236,229,197); }
H1.HeaderClassName
{
color: #ECE5C5;
}
.AnyTagClassName
{
color: #ECE5C5;
}
</style>
background-color css
<style>
a { background-color: #ECE5C5; }
a { background-color: rgb(236,229,197); }
div.DivClassName
{
background-color: #ECE5C5;
}
.BgClassName
{
background-color: #ECE5C5;
}
</style>
border-color css
<style>
span { border-color: #ECE5C5; }
span { border-color: rgb(236,229,197); }
td.TdClassName
{
border-color: #ECE5C5;
}
.TagClassName
{
border-color: #ECE5C5;
}
</style>