Shades of Half And Half #ECE8CC
Tints of Half And Half #ECE8CC
RGB
CMYK
RGB Variations
Color information
#ECE8CC (or 0xECE8CC) is known color: Half And Half. HEX triplet: EC, E8 and CC. RGB value is (236,232,204). Sum of RGB (Red+Green+Blue) = 236+232+204=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8CC is #131733. Grayscale: #E6E6E6. Windows color (decimal): -1251124 or 13428972. OLE color: 13428972.
HSL color Cylindrical-coordinate representation of color #ECE8CC: hue angle of 52.5º 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 #ECE8CC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 204 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.07 |
| HSL | 52.5º | 0.46% | 0.86% | - |
| HSV(B) | 52.5º | 0.14% | 0.93% | - |
| XYZ | 74.35 | 79.91 | 68.63 | - |
| YUV | 230 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 204 | 0 | 0.02 | 0.14 | 0.07 | 52.5 | 0.46 | 0.86 |
| Hex | EC | E8 | CC | 0 | 2 | E | 7 | 34 | 2E | 56 |
| Octal | 354 | 350 | 314 | 0 | 2 | 16 | 7 | 64 | 56 | 126 |
| Binary | 11101100 | 11101000 | 11001100 | 0 | 10 | 1110 | 111 | 110100 | 101110 | 1010110 |
Color Harmonies of #ECE8CC
Complementary color
Monochromatic Colors of #ECE8CC
Black with #ECE8CC
Text Example
Text Example
White with #ECE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8CC; }
p { color: rgb(236,232,204); }
H1.HeaderClassName
{
color: #ECE8CC;
}
.AnyTagClassName
{
color: #ECE8CC;
}
</style>
background-color css
<style>
a { background-color: #ECE8CC; }
a { background-color: rgb(236,232,204); }
div.DivClassName
{
background-color: #ECE8CC;
}
.BgClassName
{
background-color: #ECE8CC;
}
</style>
border-color css
<style>
span { border-color: #ECE8CC; }
span { border-color: rgb(236,232,204); }
td.TdClassName
{
border-color: #ECE8CC;
}
.TagClassName
{
border-color: #ECE8CC;
}
</style>