Shades of Half And Half #ECE9CC
Tints of Half And Half #ECE9CC
RGB
CMYK
RGB Variations
Color information
#ECE9CC (or 0xECE9CC) is known color: Half And Half. HEX triplet: EC, E9 and CC. RGB value is (236,233,204). Sum of RGB (Red+Green+Blue) = 236+233+204=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9CC is #131633. Grayscale: #E6E6E6. Windows color (decimal): -1250868 or 13429228. OLE color: 13429228.
HSL color Cylindrical-coordinate representation of color #ECE9CC: hue angle of 54.38º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE9CC is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 204 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.07 |
| HSL | 54.38º | 0.46% | 0.86% | - |
| HSV(B) | 54.38º | 0.14% | 0.93% | - |
| XYZ | 74.63 | 80.47 | 68.73 | - |
| YUV | 230.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 204 | 0 | 0.01 | 0.14 | 0.07 | 54.38 | 0.46 | 0.86 |
| Hex | EC | E9 | CC | 0 | 1 | E | 7 | 36 | 2E | 56 |
| Octal | 354 | 351 | 314 | 0 | 1 | 16 | 7 | 66 | 56 | 126 |
| Binary | 11101100 | 11101001 | 11001100 | 0 | 1 | 1110 | 111 | 110110 | 101110 | 1010110 |
Color Harmonies of #ECE9CC
Complementary color
Monochromatic Colors of #ECE9CC
Black with #ECE9CC
Text Example
Text Example
White with #ECE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9CC; }
p { color: rgb(236,233,204); }
H1.HeaderClassName
{
color: #ECE9CC;
}
.AnyTagClassName
{
color: #ECE9CC;
}
</style>
background-color css
<style>
a { background-color: #ECE9CC; }
a { background-color: rgb(236,233,204); }
div.DivClassName
{
background-color: #ECE9CC;
}
.BgClassName
{
background-color: #ECE9CC;
}
</style>
border-color css
<style>
span { border-color: #ECE9CC; }
span { border-color: rgb(236,233,204); }
td.TdClassName
{
border-color: #ECE9CC;
}
.TagClassName
{
border-color: #ECE9CC;
}
</style>