Shades of Half And Half #ECE7C3
Tints of Half And Half #ECE7C3
RGB
CMYK
RGB Variations
Color information
#ECE7C3 (or 0xECE7C3) is known color: Half And Half. HEX triplet: EC, E7 and C3. RGB value is (236,231,195). Sum of RGB (Red+Green+Blue) = 236+231+195=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7C3 is #13183C. Grayscale: #E4E4E4. Windows color (decimal): -1251389 or 12838892. OLE color: 12838892.
HSL color Cylindrical-coordinate representation of color #ECE7C3: hue angle of 52.68º degrees, saturation: 0.52, 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 #ECE7C3 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 195 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.07 |
| HSL | 52.68º | 0.52% | 0.85% | - |
| HSV(B) | 52.68º | 0.17% | 0.93% | - |
| XYZ | 73.02 | 78.92 | 63.02 | - |
| YUV | 228.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 195 | 0 | 0.02 | 0.17 | 0.07 | 52.68 | 0.52 | 0.85 |
| Hex | EC | E7 | C3 | 0 | 2 | 11 | 7 | 35 | 34 | 55 |
| Octal | 354 | 347 | 303 | 0 | 2 | 21 | 7 | 65 | 64 | 125 |
| Binary | 11101100 | 11100111 | 11000011 | 0 | 10 | 10001 | 111 | 110101 | 110100 | 1010101 |
Color Harmonies of #ECE7C3
Complementary color
Monochromatic Colors of #ECE7C3
Black with #ECE7C3
Text Example
Text Example
White with #ECE7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7C3; }
p { color: rgb(236,231,195); }
H1.HeaderClassName
{
color: #ECE7C3;
}
.AnyTagClassName
{
color: #ECE7C3;
}
</style>
background-color css
<style>
a { background-color: #ECE7C3; }
a { background-color: rgb(236,231,195); }
div.DivClassName
{
background-color: #ECE7C3;
}
.BgClassName
{
background-color: #ECE7C3;
}
</style>
border-color css
<style>
span { border-color: #ECE7C3; }
span { border-color: rgb(236,231,195); }
td.TdClassName
{
border-color: #ECE7C3;
}
.TagClassName
{
border-color: #ECE7C3;
}
</style>