Shades of Half And Half #ECE9CE
Tints of Half And Half #ECE9CE
RGB
CMYK
RGB Variations
Color information
#ECE9CE (or 0xECE9CE) is known color: Half And Half. HEX triplet: EC, E9 and CE. RGB value is (236,233,206). Sum of RGB (Red+Green+Blue) = 236+233+206=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9CE is #131631. Grayscale: #E6E6E6. Windows color (decimal): -1250866 or 13560300. OLE color: 13560300.
HSL color Cylindrical-coordinate representation of color #ECE9CE: hue angle of 54º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECE9CE is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 206 | - |
CMYK | 0 | 0.01 | 0.13 | 0.07 |
HSL | 54º | 0.44% | 0.87% | - |
HSV(B) | 54º | 0.13% | 0.93% | - |
XYZ | 74.87 | 80.57 | 70 | - |
YUV | 230.82 | 113.99 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 206 | 0 | 0.01 | 0.13 | 0.07 | 54 | 0.44 | 0.87 |
Hex | EC | E9 | CE | 0 | 1 | D | 7 | 36 | 2C | 57 |
Octal | 354 | 351 | 316 | 0 | 1 | 15 | 7 | 66 | 54 | 127 |
Binary | 11101100 | 11101001 | 11001110 | 0 | 1 | 1101 | 111 | 110110 | 101100 | 1010111 |
Color Harmonies of #ECE9CE
Complementary color
Monochromatic Colors of #ECE9CE
Black with #ECE9CE
Text Example
Text Example
White with #ECE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9CE; }
p { color: rgb(236,233,206); }
H1.HeaderClassName
{
color: #ECE9CE;
}
.AnyTagClassName
{
color: #ECE9CE;
}
</style>
background-color css
<style>
a { background-color: #ECE9CE; }
a { background-color: rgb(236,233,206); }
div.DivClassName
{
background-color: #ECE9CE;
}
.BgClassName
{
background-color: #ECE9CE;
}
</style>
border-color css
<style>
span { border-color: #ECE9CE; }
span { border-color: rgb(236,233,206); }
td.TdClassName
{
border-color: #ECE9CE;
}
.TagClassName
{
border-color: #ECE9CE;
}
</style>