Shades of Half And Half #ECE7CD
Tints of Half And Half #ECE7CD
RGB
CMYK
RGB Variations
Color information
#ECE7CD (or 0xECE7CD) is known color: Half And Half. HEX triplet: EC, E7 and CD. RGB value is (236,231,205). Sum of RGB (Red+Green+Blue) = 236+231+205=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7CD is #131832. Grayscale: #E5E5E5. Windows color (decimal): -1251379 or 13494252. OLE color: 13494252.
HSL color Cylindrical-coordinate representation of color #ECE7CD: hue angle of 50.32º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECE7CD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 205 | - |
CMYK | 0 | 0.02 | 0.13 | 0.07 |
HSL | 50.32º | 0.45% | 0.86% | - |
HSV(B) | 50.32º | 0.13% | 0.93% | - |
XYZ | 74.19 | 79.39 | 69.17 | - |
YUV | 229.53 | 114.16 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 205 | 0 | 0.02 | 0.13 | 0.07 | 50.32 | 0.45 | 0.86 |
Hex | EC | E7 | CD | 0 | 2 | D | 7 | 32 | 2D | 56 |
Octal | 354 | 347 | 315 | 0 | 2 | 15 | 7 | 62 | 55 | 126 |
Binary | 11101100 | 11100111 | 11001101 | 0 | 10 | 1101 | 111 | 110010 | 101101 | 1010110 |
Color Harmonies of #ECE7CD
Complementary color
Monochromatic Colors of #ECE7CD
Black with #ECE7CD
Text Example
Text Example
White with #ECE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7CD; }
p { color: rgb(236,231,205); }
H1.HeaderClassName
{
color: #ECE7CD;
}
.AnyTagClassName
{
color: #ECE7CD;
}
</style>
background-color css
<style>
a { background-color: #ECE7CD; }
a { background-color: rgb(236,231,205); }
div.DivClassName
{
background-color: #ECE7CD;
}
.BgClassName
{
background-color: #ECE7CD;
}
</style>
border-color css
<style>
span { border-color: #ECE7CD; }
span { border-color: rgb(236,231,205); }
td.TdClassName
{
border-color: #ECE7CD;
}
.TagClassName
{
border-color: #ECE7CD;
}
</style>