Shades of Half And Half #ECE6C7
Tints of Half And Half #ECE6C7
RGB
CMYK
RGB Variations
Color information
#ECE6C7 (or 0xECE6C7) is known color: Half And Half. HEX triplet: EC, E6 and C7. RGB value is (236,230,199). Sum of RGB (Red+Green+Blue) = 236+230+199=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 199 (78.12% from 255 or 29.92% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6C7 is #131938. Grayscale: #E4E4E4. Windows color (decimal): -1251641 or 13100780. OLE color: 13100780.
HSL color Cylindrical-coordinate representation of color #ECE6C7: hue angle of 50.27º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECE6C7 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 199 | - |
CMYK | 0 | 0.03 | 0.16 | 0.07 |
HSL | 50.27º | 0.49% | 0.85% | - |
HSV(B) | 50.27º | 0.16% | 0.93% | - |
XYZ | 73.2 | 78.55 | 65.34 | - |
YUV | 228.26 | 111.49 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 199 | 0 | 0.03 | 0.16 | 0.07 | 50.27 | 0.49 | 0.85 |
Hex | EC | E6 | C7 | 0 | 3 | 10 | 7 | 32 | 31 | 55 |
Octal | 354 | 346 | 307 | 0 | 3 | 20 | 7 | 62 | 61 | 125 |
Binary | 11101100 | 11100110 | 11000111 | 0 | 11 | 10000 | 111 | 110010 | 110001 | 1010101 |
Color Harmonies of #ECE6C7
Complementary color
Monochromatic Colors of #ECE6C7
Black with #ECE6C7
Text Example
Text Example
White with #ECE6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6C7; }
p { color: rgb(236,230,199); }
H1.HeaderClassName
{
color: #ECE6C7;
}
.AnyTagClassName
{
color: #ECE6C7;
}
</style>
background-color css
<style>
a { background-color: #ECE6C7; }
a { background-color: rgb(236,230,199); }
div.DivClassName
{
background-color: #ECE6C7;
}
.BgClassName
{
background-color: #ECE6C7;
}
</style>
border-color css
<style>
span { border-color: #ECE6C7; }
span { border-color: rgb(236,230,199); }
td.TdClassName
{
border-color: #ECE6C7;
}
.TagClassName
{
border-color: #ECE6C7;
}
</style>